Chromium Code Reviews| 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. |