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

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

Issue 1985743002: Propagate muted parameter to VoE::Channel (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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 daf9ac8ae9a5c72622d2944b6b1dcbed94935131..30f91261fef533d71e44c018b48a693ceb9ebc01 100644
--- a/webrtc/modules/audio_coding/include/audio_coding_module.h
+++ b/webrtc/modules/audio_coding/include/audio_coding_module.h
@@ -698,14 +698,6 @@ class AudioCodingModule {
AudioFrame* audio_frame,
bool* muted) = 0;
- /////////////////////////////////////////////////////////////////////////////
- // Same as above, but without the muted parameter. This methods should not be
- // used if enable_fast_accelerate was set to true in NetEq::Config.
- // TODO(henrik.lundin) Remove this method when downstream dependencies are
- // ready.
- virtual int32_t PlayoutData10Ms(int32_t desired_freq_hz,
- AudioFrame* audio_frame) = 0;
-
///////////////////////////////////////////////////////////////////////////
// Codec specific
//

Powered by Google App Engine
This is Rietveld 408576698