NetEq changes.
BUG= R=henrik.lundin@webrtc.org, minyue@webrtc.org, tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9859005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5889 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -108,7 +108,8 @@ class NetEq {
|
||||
// Creates a new NetEq object, starting at the sample rate |sample_rate_hz|.
|
||||
// (Note that it will still change the sample rate depending on what payloads
|
||||
// are being inserted; |sample_rate_hz| is just for startup configuration.)
|
||||
static NetEq* Create(int sample_rate_hz);
|
||||
static NetEq* Create(int sample_rate_hz,
|
||||
bool enable_audio_classifier = false);
|
||||
|
||||
virtual ~NetEq() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user