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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 93 class WebRtcVoiceMediaChannel;
163 // May only be called by WebRtcVoiceMediaChannel.
164 void RegisterChannel(WebRtcVoiceMediaChannel *channel);
165 void UnregisterChannel(WebRtcVoiceMediaChannel *channel);
171 // Called by WebRtcVoiceMediaChannel to set a gain offset from
195 typedef std::vector<WebRtcVoiceMediaChannel *> ChannelList;
217 WebRtcVoiceMediaChannel** channel,
327 // WebRtcVoiceMediaChannel is an implementation of VoiceMediaChannel that uses
329 class WebRtcVoiceMediaChannel
332 explicit WebRtcVoiceMediaChannel(WebRtcVoiceEngine *engine)
    [all...]
webrtcvoiceengine.cc 696 WebRtcVoiceMediaChannel* ch = new WebRtcVoiceMediaChannel(this);
    [all...]

Completed in 432 milliseconds