Remove SetRTCPApplicationSpecificData.
Also removing some related code that appears to be unused. This is a part of simplifying the RtpRtcpInterface implementation. Bug: webrtc:11581 Change-Id: I580bfdc1b821d571cb7437d7713a49ee4de2d19a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176568 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31464}
This commit is contained in:

committed by
Commit Bot

parent
2dcf348011
commit
9766b890a8
@ -381,12 +381,6 @@ class RtpRtcpInterface : public RtcpFeedbackSenderInterface {
|
||||
// that pair.
|
||||
virtual std::vector<ReportBlockData> GetLatestReportBlockData() const = 0;
|
||||
|
||||
// (APP) Sets application specific data.
|
||||
// Returns -1 on failure else 0.
|
||||
virtual int32_t SetRTCPApplicationSpecificData(uint8_t sub_type,
|
||||
uint32_t name,
|
||||
const uint8_t* data,
|
||||
uint16_t length) = 0;
|
||||
// (XR) Sets Receiver Reference Time Report (RTTR) status.
|
||||
virtual void SetRtcpXrRrtrStatus(bool enable) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user