Turning off a stream should results in target bitrate 0 signal
Bug: webrtc:9734, b:116850043 Change-Id: Ia7b4a8ecf2099c3026c83b06febca833d428d0a2 Reviewed-on: https://webrtc-review.googlesource.com/c/103981 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25014}
This commit is contained in:
@ -244,7 +244,8 @@ class RTCPSender {
|
||||
RTC_GUARDED_BY(critical_section_rtcp_sender_);
|
||||
bool send_video_bitrate_allocation_
|
||||
RTC_GUARDED_BY(critical_section_rtcp_sender_);
|
||||
bool HasNewLayerStructure(const VideoBitrateAllocation& bitrate) const
|
||||
absl::optional<VideoBitrateAllocation> CheckAndUpdateLayerStructure(
|
||||
const VideoBitrateAllocation& bitrate) const
|
||||
RTC_EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_);
|
||||
|
||||
void SetFlag(uint32_t type, bool is_volatile)
|
||||
|
Reference in New Issue
Block a user