Lines Matching refs:WebRtcAudioSendStream
1074 class WebRtcVoiceMediaChannel::WebRtcAudioSendStream
1077 WebRtcAudioSendStream(int ch, webrtc::AudioTransport* voe_audio_transport,
1095 ~WebRtcAudioSendStream() override {
1192 // The stream is owned by WebRtcAudioSendStream and may be reallocated if
1201 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(WebRtcAudioSendStream);
1880 send_streams_.insert(std::make_pair(ssrc, new WebRtcAudioSendStream(
2149 // Figure out which WebRtcAudioSendStream to send the event on.