Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: webrtc/audio/audio_send_stream.h

Issue 2405183002: Moving WebRtcVoiceMediaChannel::SendSetCodec to AudioSendStream. (Closed)
Patch Set: removing ApplyMaxSendBitrate Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/audio/audio_send_stream.h
diff --git a/webrtc/audio/audio_send_stream.h b/webrtc/audio/audio_send_stream.h
index 2e0b7aed584620aaddcdf6f8c92b3926389b73b9..0a9356b38a50427831cd66e53043242d4444e51b 100644
--- a/webrtc/audio/audio_send_stream.h
+++ b/webrtc/audio/audio_send_stream.h
@@ -61,6 +61,10 @@ class AudioSendStream final : public webrtc::AudioSendStream,
private:
VoiceEngine* voice_engine() const;
+ bool SetSendCodecs();
+ bool SetSendCodec(const webrtc::CodecInst& send_codec);
+ bool ApplyMaxSendBitrate();
the sun 2016/10/13 13:15:05 Leftover?
minyue-webrtc 2016/10/14 13:32:56 yes, to remove
+
rtc::ThreadChecker thread_checker_;
rtc::TaskQueue* worker_queue_;
const webrtc::AudioSendStream::Config config_;

Powered by Google App Engine
This is Rietveld 408576698