| Index: webrtc/modules/audio_coding/include/audio_coding_module.h
|
| diff --git a/webrtc/modules/audio_coding/include/audio_coding_module.h b/webrtc/modules/audio_coding/include/audio_coding_module.h
|
| index 946ad1d82ad93bd7feeedcb278f8c189143c3f3e..e62bbd70f9a2a3d239005e8fb015f1a07b424283 100644
|
| --- a/webrtc/modules/audio_coding/include/audio_coding_module.h
|
| +++ b/webrtc/modules/audio_coding/include/audio_coding_module.h
|
| @@ -252,6 +252,9 @@ class AudioCodingModule {
|
| ///////////////////////////////////////////////////////////////////////////
|
| // Sets the bitrate to the specified value in bits/sec. If the value is not
|
| // supported by the codec, it will choose another appropriate value.
|
| + //
|
| + // This is only used in test code that rely on old ACM APIs.
|
| + // TODO(minyue): Remove it when possible.
|
| virtual void SetBitRate(int bitrate_bps) = 0;
|
|
|
| // int32_t RegisterTransportCallback()
|
| @@ -371,6 +374,8 @@ class AudioCodingModule {
|
| // -1 if failed to set packet loss rate,
|
| // 0 if succeeded.
|
| //
|
| + // This is only used in test code that rely on old ACM APIs.
|
| + // TODO(minyue): Remove it when possible.
|
| virtual int SetPacketLossRate(int packet_loss_rate) = 0;
|
|
|
| ///////////////////////////////////////////////////////////////////////////
|
|
|