| Index: media/cast/sender/audio_sender.h
|
| diff --git a/media/cast/sender/audio_sender.h b/media/cast/sender/audio_sender.h
|
| index 02582aebf385e5b5989e30f642483a96679ea2ba..e07b892a73eadd6b40c1fff3629ea540972f1b18 100644
|
| --- a/media/cast/sender/audio_sender.h
|
| +++ b/media/cast/sender/audio_sender.h
|
| @@ -73,18 +73,6 @@ class AudioSender : public FrameSender,
|
| // Called by the |audio_encoder_| with the next EncodedFrame to send.
|
| void SendEncodedAudioFrame(scoped_ptr<EncodedFrame> audio_frame);
|
|
|
| - // The total amount of time between a frame's capture/recording on the sender
|
| - // and its playback on the receiver (i.e., shown to a user). This is fixed as
|
| - // a value large enough to give the system sufficient time to encode,
|
| - // transmit/retransmit, receive, decode, and render; given its run-time
|
| - // environment (sender/receiver hardware performance, network conditions,
|
| - // etc.).
|
| - const base::TimeDelta target_playout_delay_;
|
| -
|
| - // Maximum number of outstanding frames before the encoding and sending of
|
| - // new frames shall halt.
|
| - const int max_unacked_frames_;
|
| -
|
| // Encodes AudioBuses into EncodedFrames.
|
| scoped_ptr<AudioEncoder> audio_encoder_;
|
| const int configured_encoder_bitrate_;
|
|
|