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

Unified Diff: webrtc/modules/audio_coding/include/audio_coding_module.h

Issue 2390883004: Hooking up audio network adaptor to VoE. (Closed)
Patch Set: on Karl's comments Created 4 years, 2 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/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 fc8ae1ed513cb5098c2406f09a4d63a2e1f9720a..615e8d949658e51b1b5ed08f418391ddf1a3ae13 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 audio_coding_module_unittest_oldapi.cc.
+ // 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 audio_coding_module_unittest_oldapi.cc.
+ // TODO(minyue): Remove it when possible.
virtual int SetPacketLossRate(int packet_loss_rate) = 0;
///////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698