Simpliy RtcpTransceiver::SendImmediateFeedback signature
and add implementation comment Bug: webrtc:8239 Change-Id: Id24937018d386e386b8241aca8f5d686e7cc527a Reviewed-on: https://webrtc-review.googlesource.com/26600 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20925}
This commit is contained in:
committed by
Commit Bot
parent
2723fb162c
commit
8d19e03e95
@ -49,7 +49,7 @@ class RtcpTransceiver {
|
||||
|
||||
// Requests new key frame.
|
||||
// using PLI, https://tools.ietf.org/html/rfc4585#section-6.3.1.1
|
||||
void SendPictureLossIndication(std::vector<uint32_t> ssrcs);
|
||||
void SendPictureLossIndication(uint32_t ssrc);
|
||||
// using FIR, https://tools.ietf.org/html/rfc5104#section-4.3.1.2
|
||||
void SendFullIntraRequest(std::vector<uint32_t> ssrcs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user