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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_sync_module.cc 92 int ViESyncModule::VoiceChannel() {
vie_channel.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 391 // VoiceChannel is a specialization that adds support for early media, DTMF,
393 class VoiceChannel : public BaseChannel {
395 VoiceChannel(talk_base::Thread* thread, MediaEngineInterface* media_engine,
398 ~VoiceChannel();
413 sigslot::signal1<VoiceChannel*> SignalEarlyMediaTimeout;
431 sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo>&>
436 sigslot::signal2<VoiceChannel*, const VoiceMediaInfo&> SignalMediaMonitor;
441 sigslot::signal2<VoiceChannel*, const AudioInfo&> SignalAudioMonitor;
456 sigslot::signal3<VoiceChannel*, uint32, VoiceMediaChannel::Error>
515 VoiceChannel* voice_channel)
    [all...]
channel.cc     [all...]

Completed in 1433 milliseconds