Index: webrtc/media/engine/webrtcvideoengine2.h |
diff --git a/webrtc/media/engine/webrtcvideoengine2.h b/webrtc/media/engine/webrtcvideoengine2.h |
index 4c402d4256f1879763267283b1f090e857ac21ff..a20b162e6a19b702250aaa6dc1731f33581d3fe2 100644 |
--- a/webrtc/media/engine/webrtcvideoengine2.h |
+++ b/webrtc/media/engine/webrtcvideoengine2.h |
@@ -425,6 +425,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel, public webrtc::Transport { |
~WebRtcVideoReceiveStream(); |
const std::vector<uint32_t>& GetSsrcs() const; |
+ uint32_t GetPrimarySsrc() const; |
pthatcher1
2016/06/16 19:34:38
It's more like GetFirstPrimarySsrc(), since there
|
void SetLocalSsrc(uint32_t local_ssrc); |
// TODO(deadbeef): Move these feedback parameters into the recv parameters. |
@@ -473,8 +474,7 @@ class WebRtcVideoChannel2 : public VideoMediaChannel, public webrtc::Transport { |
std::string GetCodecNameFromPayloadType(int payload_type); |
webrtc::Call* const call_; |
- const std::vector<uint32_t> ssrcs_; |
- const std::vector<SsrcGroup> ssrc_groups_; |
+ StreamParams stream_params_; |
webrtc::VideoReceiveStream* stream_; |
const bool default_stream_; |