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

Unified Diff: webrtc/voice_engine/channel_proxy.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/channel_proxy.h
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
index 28d036446a295a87c8f1ccd62c713a0f201d1f66..cfd9b93f297f2213f46ca05522afc21d1fc62d58 100644
--- a/webrtc/voice_engine/channel_proxy.h
+++ b/webrtc/voice_engine/channel_proxy.h
@@ -113,6 +113,7 @@ class ChannelProxy {
virtual bool SetVADStatus(bool enable);
virtual bool SetCodecFECStatus(bool enable);
virtual bool SetOpusDtx(bool enable);
+ virtual bool SetOpusCbr(bool enable);
virtual bool SetOpusMaxPlaybackRate(int frequency_hz);
virtual bool SetSendCodec(const CodecInst& codec_inst);
virtual bool SetSendCNPayloadType(int type, PayloadFrequencies frequency);

Powered by Google App Engine
This is Rietveld 408576698