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

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_codec.h22 // VoECodec* codec = VoECodec::GetInterface(voe);
41 class WEBRTC_DLLEXPORT VoECodec { class in namespace:webrtc
43 // Factory for the VoECodec sub-API. Increases an internal
46 static VoECodec* GetInterface(VoiceEngine* voiceEngine);
48 // Releases the VoECodec sub-API and decreases an internal
140 VoECodec() {} function in class:webrtc::VoECodec
141 virtual ~VoECodec() {}

Completed in 175 milliseconds