Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(880)

Unified Diff: webrtc/voice_engine/voe_codec_impl.h

Issue 2772773002: Adding cbr support for Opus (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698