Searched defs:VoEFile (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_file.h22 // VoEFile* file = VoEFile::GetInterface(voe);
47 class WEBRTC_DLLEXPORT VoEFile { class in namespace:webrtc
49 // Factory for the VoEFile sub-API. Increases an internal
52 static VoEFile* GetInterface(VoiceEngine* voiceEngine);
54 // Releases the VoEFile sub-API and decreases an internal
138 VoEFile() {} function in class:webrtc::VoEFile
139 virtual ~VoEFile() {}

Completed in 254 milliseconds