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:
mikhal@webrtc.org
2013-04-30 15:39:34 +00:00
parent dd807ac474
commit 6faba6edc9
7 changed files with 26 additions and 47 deletions

View File

@ -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();