Searched refs:audio_send_stream_ (Results 1 – 2 of 2) sorted by relevance
32 audio_send_stream_(nullptr), in CallTest()97 test->OnAudioStreamsCreated(audio_send_stream_, audio_receive_streams_); in RunBaseTest()122 if (audio_send_stream_) { in Start()124 audio_send_stream_->Start(); in Start()148 if (audio_send_stream_) { in Stop()151 audio_send_stream_->Stop(); in Stop()256 RTC_DCHECK(audio_send_stream_ == nullptr); in CreateVideoStreams()268 audio_send_stream_ = sender_call_->CreateAudioSendStream(audio_send_config_); in CreateAudioStreams()284 if (audio_send_stream_) in DestroyStreams()285 sender_call_->DestroyAudioSendStream(audio_send_stream_); in DestroyStreams()[all …]
91 AudioSendStream* audio_send_stream_; variable