Home | History | Annotate | Download | only in media

Lines Matching defs:VoiceChannel

1330 VoiceChannel::VoiceChannel(rtc::Thread* thread,
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::InsertDtmf_w, this,
1395 bool VoiceChannel::SetOutputVolume(uint32_t ssrc, double volume) {
1400 void VoiceChannel::SetRawAudioSink(
1409 bool VoiceChannel::GetStats(VoiceMediaInfo* stats) {
1414 void VoiceChannel::StartMediaMonitor(int cms) {
1418 this, &VoiceChannel::OnMediaMonitorUpdate);
1422 void VoiceChannel::StopMediaMonitor() {
1430 void VoiceChannel::StartAudioMonitor(int cms) {
1433 ->SignalUpdate.connect(this, &VoiceChannel::OnAudioMonitorUpdate);
1437 void VoiceChannel::StopAudioMonitor() {
1444 bool VoiceChannel::IsAudioMonitorRunning() const {
1448 int VoiceChannel::GetInputLevel_w() {
1452 int VoiceChannel::GetOutputLevel_w() {
1456 void VoiceChannel::GetActiveStreams_w(AudioInfo::StreamList* actives) {
1460 void VoiceChannel::OnChannelRead(TransportChannel* channel,
1473 void VoiceChannel::ChangeState() {
1490 const ContentInfo* VoiceChannel::GetFirstContent(
1495 bool VoiceChannel::SetLocalContent_w(const MediaContentDescription* content,
1498 TRACE_EVENT0("webrtc", "VoiceChannel::SetLocalContent_w");
1540 bool VoiceChannel::SetRemoteContent_w(const MediaContentDescription* content,
1543 TRACE_EVENT0("webrtc", "VoiceChannel::SetRemoteContent_w");
1589 void VoiceChannel::HandleEarlyMediaTimeout() {
1597 bool VoiceChannel::InsertDtmf_w(uint32_t ssrc,
1606 void VoiceChannel::OnMessage(rtc::Message *pmsg) {
1623 void VoiceChannel::OnConnectionMonitorUpdate(
1628 void VoiceChannel::OnMediaMonitorUpdate(
1634 void VoiceChannel::OnAudioMonitorUpdate(AudioMonitor* monitor,
1639 void VoiceChannel::GetSrtpCryptoSuites(std::vector<int>* crypto_suites) const {