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

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_network.h22 // VoENetwork* netw = VoENetwork::GetInterface(voe);
44 // VoENetwork
45 class WEBRTC_DLLEXPORT VoENetwork { class in namespace:webrtc
47 // Factory for the VoENetwork sub-API. Increases an internal
50 static VoENetwork* GetInterface(VoiceEngine* voiceEngine);
52 // Releases the VoENetwork sub-API and decreases an internal
89 VoENetwork() {} function in class:webrtc::VoENetwork
90 virtual ~VoENetwork() {}

Completed in 145 milliseconds