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

Unified Diff: webrtc/media/engine/webrtcvideoengine2.h

Issue 1695663003: Drop VideoOptions from VideoSendParameters. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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/media/engine/webrtcvideoengine2.h
diff --git a/webrtc/media/engine/webrtcvideoengine2.h b/webrtc/media/engine/webrtcvideoengine2.h
index 16b7cc51577f306433e353df2565a1e700459a13..8716a01449e7749e121bdafaeacd0f9b863b6ac3 100644
--- a/webrtc/media/engine/webrtcvideoengine2.h
+++ b/webrtc/media/engine/webrtcvideoengine2.h
@@ -192,7 +192,6 @@ class WebRtcVideoChannel2 : public VideoMediaChannel,
rtc::Optional<VideoCodecSettings> codec;
rtc::Optional<std::vector<webrtc::RtpExtension>> rtp_header_extensions;
rtc::Optional<int> max_bandwidth_bps;
- rtc::Optional<VideoOptions> options;
rtc::Optional<webrtc::RtcpMode> rtcp_mode;
};
@@ -211,7 +210,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel,
bool MuteStream(uint32_t ssrc, bool mute);
void SetMaxSendBandwidth(int bps);
- void SetOptions(const VideoOptions& options);
+ void SetOptions(uint32_t ssrc, const VideoOptions& options);
void ConfigureReceiverRtp(webrtc::VideoReceiveStream::Config* config,
const StreamParams& sp) const;

Powered by Google App Engine
This is Rietveld 408576698