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

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_base.h23 // VoiceEngine* voe = VoiceEngine::Create();
32 // VoiceEngine::Delete(voe);
60 // VoiceEngine
61 class WEBRTC_DLLEXPORT VoiceEngine { class in namespace:webrtc
63 // Creates a VoiceEngine object, which can then be used to acquire
65 static VoiceEngine* Create();
66 static VoiceEngine* Create(const Config& config);
68 // Deletes a created VoiceEngine object and releases the utilized resources.
72 static bool Delete(VoiceEngine*
93 VoiceEngine() {} function in class:webrtc::VoiceEngine
[all...]

Completed in 78 milliseconds