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

Unified Diff: webrtc/modules/audio_coding/neteq/delay_manager.h

Issue 2355503002: Stopped using the NetEqDecoder enum internally in NetEq. (Closed)
Patch Set: Clarified comments. Created 4 years, 3 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/neteq/delay_manager.h
diff --git a/webrtc/modules/audio_coding/neteq/delay_manager.h b/webrtc/modules/audio_coding/neteq/delay_manager.h
index 6f3c14aea9da0eda02ca4608283453c6bdf1358b..2f928f175be695e54a8b8a59fbdaa979a35f3d09 100644
--- a/webrtc/modules/audio_coding/neteq/delay_manager.h
+++ b/webrtc/modules/audio_coding/neteq/delay_manager.h
@@ -91,7 +91,9 @@ class DelayManager {
// includes any extra delay set through the set_extra_delay_ms() method.
virtual int TargetLevel() const;
- virtual void LastDecoderType(NetEqDecoder decoder_type);
+ // Informs the delay manager whether or not the last decoded packet contained
+ // speech.
+ virtual void LastDecodedWasCngOrDtmf(bool it_was);
// Accessors and mutators.
// Assuming |delay| is in valid range.
« no previous file with comments | « webrtc/modules/audio_coding/neteq/decoder_database_unittest.cc ('k') | webrtc/modules/audio_coding/neteq/delay_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698