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

/external/webrtc/webrtc/video/
H A Dvie_sync_module.cc95 int ViESyncModule::VoiceChannel() { function in class:webrtc::ViESyncModule
H A Dvie_channel.cc1166 int32_t ViEChannel::VoiceChannel() { function in class:webrtc::ViEChannel
1167 return vie_sync_.VoiceChannel();
/external/webrtc/talk/session/media/
H A Dchannel.h338 // VoiceChannel is a specialization that adds support for early media, DTMF,
340 class VoiceChannel : public BaseChannel { class in namespace:cricket
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;
H A Dchannel.cc1330 VoiceChannel::VoiceChannel(rtc::Thread* thread, function in class:cricket::VoiceChannel
1344 VoiceChannel::~VoiceChannel() {
1352 bool VoiceChannel::Init() {
1359 bool VoiceChannel::SetAudioSend(uint32_t ssrc,
1372 void VoiceChannel::SetEarlyMedia(bool enable) {
1383 bool VoiceChannel::CanInsertDtmf() {
1388 bool VoiceChannel::InsertDtmf(uint32_t ssrc,
1391 return InvokeOnWorker(Bind(&VoiceChannel
[all...]

Completed in 308 milliseconds