• Home
  • Raw
  • Download

Lines Matching refs:VoiceChannel

1330 VoiceChannel::VoiceChannel(rtc::Thread* thread,  in VoiceChannel()  function in cricket::VoiceChannel
1344 VoiceChannel::~VoiceChannel() { in ~VoiceChannel()
1352 bool VoiceChannel::Init() { in Init()
1359 bool VoiceChannel::SetAudioSend(uint32_t ssrc, in SetAudioSend()
1372 void VoiceChannel::SetEarlyMedia(bool enable) { in SetEarlyMedia()
1383 bool VoiceChannel::CanInsertDtmf() { in CanInsertDtmf()
1388 bool VoiceChannel::InsertDtmf(uint32_t ssrc, in InsertDtmf()
1391 return InvokeOnWorker(Bind(&VoiceChannel::InsertDtmf_w, this, in InsertDtmf()
1395 bool VoiceChannel::SetOutputVolume(uint32_t ssrc, double volume) { in SetOutputVolume()
1400 void VoiceChannel::SetRawAudioSink( in SetRawAudioSink()
1409 bool VoiceChannel::GetStats(VoiceMediaInfo* stats) { in GetStats()
1414 void VoiceChannel::StartMediaMonitor(int cms) { in StartMediaMonitor()
1418 this, &VoiceChannel::OnMediaMonitorUpdate); in StartMediaMonitor()
1422 void VoiceChannel::StopMediaMonitor() { in StopMediaMonitor()
1430 void VoiceChannel::StartAudioMonitor(int cms) { in StartAudioMonitor()
1433 ->SignalUpdate.connect(this, &VoiceChannel::OnAudioMonitorUpdate); in StartAudioMonitor()
1437 void VoiceChannel::StopAudioMonitor() { in StopAudioMonitor()
1444 bool VoiceChannel::IsAudioMonitorRunning() const { in IsAudioMonitorRunning()
1448 int VoiceChannel::GetInputLevel_w() { in GetInputLevel_w()
1452 int VoiceChannel::GetOutputLevel_w() { in GetOutputLevel_w()
1456 void VoiceChannel::GetActiveStreams_w(AudioInfo::StreamList* actives) { in GetActiveStreams_w()
1460 void VoiceChannel::OnChannelRead(TransportChannel* channel, in OnChannelRead()
1473 void VoiceChannel::ChangeState() { in ChangeState()
1490 const ContentInfo* VoiceChannel::GetFirstContent( in GetFirstContent()
1495 bool VoiceChannel::SetLocalContent_w(const MediaContentDescription* content, in SetLocalContent_w()
1540 bool VoiceChannel::SetRemoteContent_w(const MediaContentDescription* content, in SetRemoteContent_w()
1589 void VoiceChannel::HandleEarlyMediaTimeout() { in HandleEarlyMediaTimeout()
1597 bool VoiceChannel::InsertDtmf_w(uint32_t ssrc, in InsertDtmf_w()
1606 void VoiceChannel::OnMessage(rtc::Message *pmsg) { in OnMessage()
1623 void VoiceChannel::OnConnectionMonitorUpdate( in OnConnectionMonitorUpdate()
1628 void VoiceChannel::OnMediaMonitorUpdate( in OnMediaMonitorUpdate()
1634 void VoiceChannel::OnAudioMonitorUpdate(AudioMonitor* monitor, in OnAudioMonitorUpdate()
1639 void VoiceChannel::GetSrtpCryptoSuites(std::vector<int>* crypto_suites) const { in GetSrtpCryptoSuites()