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

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h27 // VoERTP_RTCP* rtp_rtcp = VoERTP_RTCP::GetInterface(voe);
99 // VoERTP_RTCP
100 class WEBRTC_DLLEXPORT VoERTP_RTCP { class in namespace:webrtc
102 // Factory for the VoERTP_RTCP sub-API. Increases an internal
105 static VoERTP_RTCP* GetInterface(VoiceEngine* voiceEngine);
107 // Releases the VoERTP_RTCP sub-API and decreases an internal
211 VoERTP_RTCP() {} function in class:webrtc::VoERTP_RTCP
212 virtual ~VoERTP_RTCP() {}

Completed in 67 milliseconds