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

  /external/webrtc/webrtc/video/
vie_sync_module.cc 95 int ViESyncModule::VoiceChannel() {
vie_channel.cc     [all...]
  /external/webrtc/talk/session/media/
channel.h 338 // VoiceChannel is a specialization that adds support for early media, DTMF,
340 class VoiceChannel : public BaseChannel {
342 VoiceChannel(rtc::Thread* thread,
348 ~VoiceChannel();
367 sigslot::signal1<VoiceChannel*> SignalEarlyMediaTimeout;
385 sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo>&>
390 sigslot::signal2<VoiceChannel*, const VoiceMediaInfo&> SignalMediaMonitor;
395 sigslot::signal2<VoiceChannel*, const AudioInfo&> SignalAudioMonitor;
channel.cc     [all...]

Completed in 208 milliseconds