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 ea059405989f18bd4739b0d086ec62a9938c8beb..450318e4561f385ae528d2d0d9a098dcc0b15a22 100644 |
--- a/webrtc/modules/audio_coding/neteq/include/neteq.h |
+++ b/webrtc/modules/audio_coding/neteq/include/neteq.h |
@@ -157,6 +157,9 @@ class NetEq { |
// Returns kOK on success, or kFail in case of an error. |
virtual int GetAudio(AudioFrame* audio_frame, bool* muted) = 0; |
+ // Replaces the current set of decoders with the given one. |
+ virtual void SetCodecs(const std::map<int, SdpAudioFormat>& codecs) = 0; |
+ |
// Associates |rtp_payload_type| with |codec| and |codec_name|, and stores the |
// information in the codec database. Returns 0 on success, -1 on failure. |
// The name is only used to provide information back to the caller about the |