From eba9de379b84d05f780e25e6ce167fa1b2b0a4f5 Mon Sep 17 00:00:00 2001 From: "hubbe@chromium.org" Date: Fri, 22 Aug 2014 18:29:00 +0000 Subject: Implement adaptive target delay extension Adds new call on cast_sender: SetTargetPlayoutDelay Caller is responsible for negotiating with the receiver if the extension is actually supported or not. BUG=405339 Review URL: https://codereview.chromium.org/493823002 Cr-Commit-Position: refs/heads/master@{#291453} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291453 0039d316-1c4b-4281-b951-d872f2087c98 --- media/cast/sender/audio_sender.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'media/cast/sender/audio_sender.h') diff --git a/media/cast/sender/audio_sender.h b/media/cast/sender/audio_sender.h index 02582ae..e07b892 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 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 audio_encoder_; const int configured_encoder_bitrate_; -- cgit v1.1