Update the red_payload_type without recreating video receive streams.
A follow-up change will combine the setters for ulpfec and red payload types, since they're entwined. Bug: webrtc:11993 Change-Id: Ifea7fe9f4ebc7ac88a62db6cd6748f4d3c20db4c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/271482 Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37785}
This commit is contained in:
@ -305,6 +305,8 @@ class VideoReceiveStreamInterface : public MediaReceiveStreamInterface {
|
||||
|
||||
virtual void SetUlpfecPayloadType(int ulpfec_payload_type) = 0;
|
||||
|
||||
virtual void SetRedPayloadType(int red_payload_type) = 0;
|
||||
|
||||
virtual void SetRtcpXr(Config::Rtp::RtcpXr rtcp_xr) = 0;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user