Index: webrtc/modules/audio_coding/acm2/acm_receiver.h |
diff --git a/webrtc/modules/audio_coding/acm2/acm_receiver.h b/webrtc/modules/audio_coding/acm2/acm_receiver.h |
index 63ed43d8fa8d5751a5be7a28b77c5df11f059c6f..8f0963f0afd8cef882d51aa0a678bb7fb62774e2 100644 |
--- a/webrtc/modules/audio_coding/acm2/acm_receiver.h |
+++ b/webrtc/modules/audio_coding/acm2/acm_receiver.h |
@@ -79,6 +79,9 @@ class AcmReceiver { |
// |
int GetAudio(int desired_freq_hz, AudioFrame* audio_frame, bool* muted); |
+ // Replace the current set of decoders with the specified set. |
+ void SetCodecs(const std::map<int, SdpAudioFormat>& codecs); |
+ |
// |
// Adds a new codec to the NetEq codec database. |
// |