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 a6be3e8f5ecb2eda5e4153548bc20e28ff137a94..9f8fb2b200f58cdc66e0d0d3412e5de31afd00ba 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 |