mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
![]() (this CL is based on the work by Taylor and Steve in https://webrtc-review.googlesource.com/c/src/+/10201) This SetAudioPlayout method lets applications disable audio playout while still processing incoming audio data and generating statistics on the received audio. This may be useful if the application wants to set up media flows as soon as possible, but isn't ready to play audio yet. Currently, native applications don't have any API point to control this, unless they completely implement their own AudioDeviceModule. The SetAudioRecording works in a similar fashion but for the recorded audio. One difference is that calling SetAudioRecording(false) does not keep any audio processing alive. TBR=solenberg Bug: webrtc:7313 Change-Id: I0aa075f6bfef9818f1080f85a8ff7842fb0750aa Reviewed-on: https://webrtc-review.googlesource.com/16180 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20499} |
||
---|---|---|
.. | ||
test | ||
utility | ||
audio_receive_stream.cc | ||
audio_receive_stream.h | ||
audio_receive_stream_unittest.cc | ||
audio_send_stream.cc | ||
audio_send_stream.h | ||
audio_send_stream_tests.cc | ||
audio_send_stream_unittest.cc | ||
audio_state.cc | ||
audio_state.h | ||
audio_state_unittest.cc | ||
audio_transport_proxy.cc | ||
audio_transport_proxy.h | ||
BUILD.gn | ||
conversion.h | ||
DEPS | ||
null_audio_poller.cc | ||
null_audio_poller.h | ||
OWNERS | ||
scoped_voe_interface.h | ||
time_interval.cc | ||
time_interval.h | ||
time_interval_unittest.cc |