Propagate base minimum delay to audio_receiver_stream
Bug: webrtc:10287 Change-Id: Id7914976ef5b7eb708802119932b554d9ce4879e Reviewed-on: https://webrtc-review.googlesource.com/c/121563 Commit-Queue: Ruslan Burakov <kuddai@google.com> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26563}
This commit is contained in:

committed by
Commit Bot

parent
9ce800d6d1
commit
3b50f9f9ce
@ -275,6 +275,15 @@ class AudioCodingModule {
|
||||
//
|
||||
virtual int SetMaximumPlayoutDelay(int time_ms) = 0;
|
||||
|
||||
// Sets a base minimum for the playout delay. Base minimum delay sets lower
|
||||
// bound minimum delay value which is set via SetMinimumPlayoutDelay.
|
||||
//
|
||||
// Returns true if value was successfully set, false overwise.
|
||||
virtual bool SetBaseMinimumPlayoutDelayMs(int delay_ms) = 0;
|
||||
|
||||
// Returns current value of base minimum delay in milliseconds.
|
||||
virtual int GetBaseMinimumPlayoutDelayMs() const = 0;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// int32_t PlayoutTimestamp()
|
||||
// The send timestamp of an RTP packet is associated with the decoded
|
||||
|
Reference in New Issue
Block a user