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

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

Issue 2355503002: Stopped using the NetEqDecoder enum internally in NetEq. (Closed)
Patch Set: 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..8a9eff8edb069c5b539cc2db7444d9d718b47ad2 100644
--- a/webrtc/modules/audio_coding/neteq/delay_manager.h
+++ b/webrtc/modules/audio_coding/neteq/delay_manager.h
@@ -91,7 +91,7 @@ class DelayManager {
// includes any extra delay set through the set_extra_delay_ms() method.
virtual int TargetLevel() const;
- virtual void LastDecoderType(NetEqDecoder decoder_type);
+ virtual void LastDecodedWasCngOrDtmf(bool it_was);
kwiberg-webrtc 2016/09/20 16:05:43 Please document what this function does.
ossu 2016/09/21 09:10:56 I'll try to figure it out.
// Accessors and mutators.
// Assuming |delay| is in valid range.

Powered by Google App Engine
This is Rietveld 408576698