| Index: webrtc/voice_engine/voe_codec_impl.h
|
| diff --git a/webrtc/voice_engine/voe_codec_impl.h b/webrtc/voice_engine/voe_codec_impl.h
|
| index d24bbac2e5e0d1f8250d5d9505cae6820621a172..4fd350f79d6089da5ce30ff02d073897b4efba35 100644
|
| --- a/webrtc/voice_engine/voe_codec_impl.h
|
| +++ b/webrtc/voice_engine/voe_codec_impl.h
|
| @@ -60,6 +60,10 @@ class VoECodecImpl : public VoECodec {
|
|
|
| int GetOpusDtxStatus(int channel, bool* enabled) override;
|
|
|
| + int SetOpusCbr(int channel, bool enable_cbr) override;
|
| +
|
| + int GetOpusCbrStatus(int channel, bool* enabled) override;
|
| +
|
| protected:
|
| VoECodecImpl(voe::SharedData* shared);
|
| ~VoECodecImpl() override;
|
|
|