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

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_base.h24 // VoEBase* base = VoEBase::GetInterface(voe);
53 // installed using VoEBase::RegisterVoiceEngineObserver().
97 // VoEBase
98 class WEBRTC_DLLEXPORT VoEBase { class in namespace:webrtc
100 // Factory for the VoEBase sub-API. Increases an internal reference
103 static VoEBase* GetInterface(VoiceEngine* voiceEngine);
105 // Releases the VoEBase sub-API and decreases an internal reference
189 VoEBase() {} function in class:webrtc::VoEBase
190 virtual ~VoEBase() {}
[all...]

Completed in 173 milliseconds