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

/external/webrtc/webrtc/video/
H A Dvie_channel.cc62 class ViEChannelProtectionCallback : public VCMProtectionCallback { class in namespace:webrtc
64 explicit ViEChannelProtectionCallback(ViEChannel* owner) : owner_(owner) {} function in class:webrtc::ViEChannelProtectionCallback
65 ~ViEChannelProtectionCallback() {}
99 vcm_protection_callback_(new ViEChannelProtectionCallback(this)),

Completed in 29 milliseconds