VCM: Setting buffering delay in timing
Review URL: https://webrtc-codereview.appspot.com/1338004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3921 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -135,7 +135,7 @@ class VCMJitterBuffer {
|
||||
// Enable a max filter on the jitter estimate by setting an initial
|
||||
// non-zero delay. When set to zero (default), the last jitter
|
||||
// estimate will be used.
|
||||
void SetMaxJitterEstimate(uint32_t initial_delay_ms);
|
||||
void SetMaxJitterEstimate(bool enable);
|
||||
|
||||
// Returns the estimated jitter in milliseconds.
|
||||
uint32_t EstimatedJitterMs();
|
||||
|
||||
Reference in New Issue
Block a user