HomeSort by relevance Sort by last modified time
    Searched defs:VoiceEngine (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_base.h 23 // VoiceEngine* voe = VoiceEngine::Create();
32 // VoiceEngine::Delete(voe);
61 // VoiceEngine
62 class WEBRTC_DLLEXPORT VoiceEngine
65 // Creates a VoiceEngine object, which can then be used to acquire
67 static VoiceEngine* Create();
68 static VoiceEngine* Create(const Config& config);
70 // Deletes a created VoiceEngine object and releases the utilized resources.
74 static bool Delete(VoiceEngine*& voiceEngine)
    [all...]
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
VoiceEngine.java 13 public class VoiceEngine {
57 public VoiceEngine() {

Completed in 587 milliseconds