| Index: webrtc/modules/audio_coding/neteq/include/neteq.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/include/neteq.h b/webrtc/modules/audio_coding/neteq/include/neteq.h
|
| index 1f6205f1e4046023e329bbec26c2839f10a5d3d5..eb08151a5d328d3c2c79b60e57d5e82ba1672291 100644
|
| --- a/webrtc/modules/audio_coding/neteq/include/neteq.h
|
| +++ b/webrtc/modules/audio_coding/neteq/include/neteq.h
|
| @@ -183,6 +183,9 @@ class NetEq {
|
| // -1 on failure.
|
| virtual int RemovePayloadType(uint8_t rtp_payload_type) = 0;
|
|
|
| + // Removes all payload types from the codec database.
|
| + virtual void RemoveAllPayloadTypes() = 0;
|
| +
|
| // Sets a minimum delay in millisecond for packet buffer. The minimum is
|
| // maintained unless a higher latency is dictated by channel condition.
|
| // Returns true if the minimum is successfully applied, otherwise false is
|
|
|