Index: webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h |
index acd5dd7354af1a371610b199df7e2c14b834dc2e..5d8ccbcd7d70991f7272d76bbe3a664c49b93966 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h |
@@ -95,6 +95,14 @@ int16_t WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str); |
/* Returns the max delay value from the other side in ms */ |
int16_t WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str); |
+/* Fills in an IsacExternalBandwidthInfo struct. */ |
+void WebRtcIsacfixBw_GetBandwidthInfo(BwEstimatorstr* bwest_str, |
+ IsacBandwidthInfo* bwinfo); |
+ |
+/* Uses the values from an IsacExternalBandwidthInfo struct. */ |
+void WebRtcIsacfixBw_SetBandwidthInfo(BwEstimatorstr* bwest_str, |
+ const IsacBandwidthInfo* bwinfo); |
+ |
/* |
* update amount of data in bottle neck buffer and burst handling |
* returns minimum payload size (bytes) |