Minor correction in the docstring of AudioProcessing::set_stream_delay_ms().

BUG=webrtc:7494
NOTRY=True

Review-Url: https://codereview.webrtc.org/2822253002
Cr-Commit-Position: refs/heads/master@{#17762}
This commit is contained in:
alessiob
2017-04-19 05:35:51 -07:00
committed by Commit bot
parent 9e5b11ea75
commit 13fc18068f

View File

@ -429,7 +429,7 @@ class AudioProcessing {
// t_render is the time the first sample of the same frame is rendered by
// the audio hardware.
// - t_capture is the time the first sample of a frame is captured by the
// audio hardware and t_pull is the time the same frame is passed to
// audio hardware and t_process is the time the same frame is passed to
// ProcessStream().
virtual int set_stream_delay_ms(int delay) = 0;
virtual int stream_delay_ms() const = 0;