Delete internal getter methods from RtpRtcpInterface
Methods deleted: StorePackets, RtcpXrRrtrStatus. They are now private methods on the two implementations. Bug: None Change-Id: If68e8f1e8ba233302e24e0cdb6bf7c1b0c9f330f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/194322 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32670}
This commit is contained in:
@ -372,9 +372,6 @@ class RtpRtcpInterface : public RtcpFeedbackSenderInterface {
|
||||
// (XR) Sets Receiver Reference Time Report (RTTR) status.
|
||||
virtual void SetRtcpXrRrtrStatus(bool enable) = 0;
|
||||
|
||||
// Returns current Receiver Reference Time Report (RTTR) status.
|
||||
virtual bool RtcpXrRrtrStatus() const = 0;
|
||||
|
||||
// (REMB) Receiver Estimated Max Bitrate.
|
||||
// Schedules sending REMB on next and following sender/receiver reports.
|
||||
void SetRemb(int64_t bitrate_bps, std::vector<uint32_t> ssrcs) override = 0;
|
||||
@ -399,9 +396,6 @@ class RtpRtcpInterface : public RtcpFeedbackSenderInterface {
|
||||
// requests.
|
||||
virtual void SetStorePacketsStatus(bool enable, uint16_t numberToStore) = 0;
|
||||
|
||||
// Returns true if the module is configured to store packets.
|
||||
virtual bool StorePackets() const = 0;
|
||||
|
||||
virtual void SetVideoBitrateAllocation(
|
||||
const VideoBitrateAllocation& bitrate) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user