Lines Matching refs:VoiceChannel

1252 VoiceChannel::VoiceChannel(rtc::Thread* thread,
1263 VoiceChannel::~VoiceChannel() {
1271 bool VoiceChannel::Init() {
1280 this, &VoiceChannel::OnVoiceChannelError);
1282 this, &VoiceChannel::OnSrtpError);
1286 bool VoiceChannel::SetRemoteRenderer(uint32 ssrc, AudioRenderer* renderer) {
1291 bool VoiceChannel::SetLocalRenderer(uint32 ssrc, AudioRenderer* renderer) {
1296 bool VoiceChannel::SetRingbackTone(const void* buf, int len) {
1297 return InvokeOnWorker(Bind(&VoiceChannel::SetRingbackTone_w, this, buf, len));
1305 void VoiceChannel::SetEarlyMedia(bool enable) {
1316 bool VoiceChannel::PlayRingbackTone(uint32 ssrc, bool play, bool loop) {
1317 return InvokeOnWorker(Bind(&VoiceChannel::PlayRingbackTone_w,
1321 bool VoiceChannel::PressDTMF(int digit, bool playout) {
1330 bool VoiceChannel::CanInsertDtmf() {
1335 bool VoiceChannel::InsertDtmf(uint32 ssrc, int event_code, int duration,
1337 return InvokeOnWorker(Bind(&VoiceChannel::InsertDtmf_w, this,
1341 bool VoiceChannel::SetOutputScaling(uint32 ssrc, double left, double right) {
1346 bool VoiceChannel::GetStats(VoiceMediaInfo* stats) {
1351 void VoiceChannel::StartMediaMonitor(int cms) {
1355 this, &VoiceChannel::OnMediaMonitorUpdate);
1359 void VoiceChannel::StopMediaMonitor() {
1367 void VoiceChannel::StartAudioMonitor(int cms) {
1370 ->SignalUpdate.connect(this, &VoiceChannel::OnAudioMonitorUpdate);
1374 void VoiceChannel::StopAudioMonitor() {
1381 bool VoiceChannel::IsAudioMonitorRunning() const {
1385 void VoiceChannel::StartTypingMonitor(const TypingMonitorOptions& settings) {
1390 void VoiceChannel::StopTypingMonitor() {
1394 bool VoiceChannel::IsTypingMonitorRunning() const {
1398 bool VoiceChannel::MuteStream_w(uint32 ssrc, bool mute) {
1405 int VoiceChannel::GetInputLevel_w() {
1409 int VoiceChannel::GetOutputLevel_w() {
1413 void VoiceChannel::GetActiveStreams_w(AudioInfo::StreamList* actives) {
1417 void VoiceChannel::OnChannelRead(TransportChannel* channel,
1430 void VoiceChannel::ChangeState() {
1450 const ContentInfo* VoiceChannel::GetFirstContent(
1455 bool VoiceChannel::SetLocalContent_w(const MediaContentDescription* content,
1493 bool VoiceChannel::SetRemoteContent_w(const MediaContentDescription* content,
1546 bool VoiceChannel::SetRingbackTone_w(const void* buf, int len) {
1551 bool VoiceChannel::PlayRingbackTone_w(uint32 ssrc, bool play, bool loop) {
1561 void VoiceChannel::HandleEarlyMediaTimeout() {
1569 bool VoiceChannel::InsertDtmf_w(uint32 ssrc, int event, int duration,
1578 bool VoiceChannel::SetChannelOptions(const AudioOptions& options) {
1583 void VoiceChannel::OnMessage(rtc::Message *pmsg) {
1601 void VoiceChannel::OnConnectionMonitorUpdate(
1606 void VoiceChannel::OnMediaMonitorUpdate(
1612 void VoiceChannel::OnAudioMonitorUpdate(AudioMonitor* monitor,
1617 void VoiceChannel::OnVoiceChannelError(
1624 void VoiceChannel::OnSrtpError(uint32 ssrc, SrtpFilter::Mode mode,
1647 void VoiceChannel::GetSrtpCiphers(std::vector<std::string>* ciphers) const {
1657 VoiceChannel* voice_channel)
1680 void VoiceChannel::SendLastMediaError() {