VCM: removing max jitter estimate
BUG= 1921 R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1690004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4249 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -143,10 +143,6 @@ class VCMJitterBuffer {
|
||||
VCMFrameBufferEnum InsertPacket(const VCMPacket& packet,
|
||||
bool* retransmitted);
|
||||
|
||||
// Enable a max filter on the jitter estimate by setting an initial
|
||||
// non-zero delay.
|
||||
void SetMaxJitterEstimate(bool enable);
|
||||
|
||||
// Returns the estimated jitter in milliseconds.
|
||||
uint32_t EstimatedJitterMs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user