Adding a new constraint to set NetEq buffer capacity from peerconnection
This change makes it possible to set a custom value for the maximum capacity of the packet buffer in NetEq (the audio jitter buffer). The default value is 50 packets, but any value can be set with the new functionality. R=jmarusic@webrtc.org, mflodman@webrtc.org, pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/50869004 Cr-Commit-Position: refs/heads/master@{#9159}
This commit is contained in:
@ -99,6 +99,7 @@ class AudioCodingModule {
|
||||
//
|
||||
static AudioCodingModule* Create(int id);
|
||||
static AudioCodingModule* Create(int id, Clock* clock);
|
||||
static AudioCodingModule* Create(const Config& config);
|
||||
virtual ~AudioCodingModule() {};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user