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

/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h27 // VoERTP_RTCP* rtp_rtcp = VoERTP_RTCP::GetInterface(voe);
115 // VoERTP_RTCP
116 class WEBRTC_DLLEXPORT VoERTP_RTCP class in namespace:webrtc
120 // Factory for the VoERTP_RTCP sub-API. Increases an internal
123 static VoERTP_RTCP* GetInterface(VoiceEngine* voiceEngine);
125 // Releases the VoERTP_RTCP sub-API and decreases an internal
288 VoERTP_RTCP() {} function in class:webrtc::VoERTP_RTCP
289 virtual ~VoERTP_RTCP() {}

Completed in 393 milliseconds