| Index: webrtc/modules/audio_coding/main/acm2/acm_receiver.h
|
| diff --git a/webrtc/modules/audio_coding/main/acm2/acm_receiver.h b/webrtc/modules/audio_coding/main/acm2/acm_receiver.h
|
| index fe2724993e9e4f9e35969ffdcf05d7ff1c111fa4..d726264bf991f7d403d21a9d0f7f4eb06933c8e5 100644
|
| --- a/webrtc/modules/audio_coding/main/acm2/acm_receiver.h
|
| +++ b/webrtc/modules/audio_coding/main/acm2/acm_receiver.h
|
| @@ -178,21 +178,6 @@ class AcmReceiver {
|
| int current_sample_rate_hz() const;
|
|
|
| //
|
| - // Sets the playout mode.
|
| - //
|
| - // Input:
|
| - // - mode : an enumerator specifying the playout mode.
|
| - //
|
| - void SetPlayoutMode(AudioPlayoutMode mode);
|
| -
|
| - //
|
| - // Get the current playout mode.
|
| - //
|
| - // Return value : The current playout mode.
|
| - //
|
| - AudioPlayoutMode PlayoutMode() const;
|
| -
|
| - //
|
| // Get the current network statistics from NetEq.
|
| //
|
| // Output:
|
|
|