| 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 55192320555b02bef96291bcaa34fc3acb700300..d24bbac2e5e0d1f8250d5d9505cae6820621a172 100644
|
| --- a/webrtc/voice_engine/voe_codec_impl.h
|
| +++ b/webrtc/voice_engine/voe_codec_impl.h
|
| @@ -58,6 +58,8 @@ class VoECodecImpl : public VoECodec {
|
|
|
| int SetOpusDtx(int channel, bool enable_dtx) override;
|
|
|
| + int GetOpusDtxStatus(int channel, bool* enabled) override;
|
| +
|
| protected:
|
| VoECodecImpl(voe::SharedData* shared);
|
| ~VoECodecImpl() override;
|
|
|