Index: webrtc/modules/audio_coding/main/include/audio_coding_module.h |
diff --git a/webrtc/modules/audio_coding/main/include/audio_coding_module.h b/webrtc/modules/audio_coding/main/include/audio_coding_module.h |
index b145cf423e594a34b36b5c9feaa03812fce34fe1..2b23eb06eb2de30cd6249600f7ebc72ba035ca2e 100644 |
--- a/webrtc/modules/audio_coding/main/include/audio_coding_module.h |
+++ b/webrtc/modules/audio_coding/main/include/audio_coding_module.h |
@@ -705,23 +705,6 @@ class AudioCodingModule { |
NetworkStatistics* network_statistics) = 0; |
// |
- // Set an initial delay for playout. |
- // An initial delay yields ACM playout silence until equivalent of |delay_ms| |
- // audio payload is accumulated in NetEq jitter. Thereafter, ACM pulls audio |
- // from NetEq in its regular fashion, and the given delay is maintained |
- // through out the call, unless channel conditions yield to a higher jitter |
- // buffer delay. |
- // |
- // Input: |
- // -delay_ms : delay in milliseconds. |
- // |
- // Return values: |
- // -1 if failed to set the delay. |
- // 0 if delay is set successfully. |
- // |
- virtual int SetInitialPlayoutDelay(int delay_ms) = 0; |
- |
- // |
// Enable NACK and set the maximum size of the NACK list. If NACK is already |
// enable then the maximum NACK list size is modified accordingly. |
// |