Removing access to pacer in rtp controller.
Bug: webrt:8415 Change-Id: I1f318c41c3913acb573affb4520e128bef7efa02 Reviewed-on: https://webrtc-review.googlesource.com/53900 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22049}
This commit is contained in:
committed by
Commit Bot
parent
08ff1733fb
commit
4c1ffb86c0
@ -58,7 +58,6 @@ class RtpTransportControllerSendInterface {
|
||||
public:
|
||||
virtual ~RtpTransportControllerSendInterface() {}
|
||||
virtual PacketRouter* packet_router() = 0;
|
||||
virtual PacedSender* pacer() = 0;
|
||||
virtual TransportFeedbackObserver* transport_feedback_observer() = 0;
|
||||
|
||||
virtual RtpPacketSender* packet_sender() = 0;
|
||||
@ -76,6 +75,10 @@ class RtpTransportControllerSendInterface {
|
||||
virtual void SetAllocatedSendBitrateLimits(int min_send_bitrate_bps,
|
||||
int max_padding_bitrate_bps) = 0;
|
||||
|
||||
virtual Module* GetPacerModule() = 0;
|
||||
virtual void SetPacingFactor(float pacing_factor) = 0;
|
||||
virtual void SetQueueTimeLimit(int limit_ms) = 0;
|
||||
|
||||
virtual Module* GetModule() = 0;
|
||||
virtual CallStatsObserver* GetCallStatsObserver() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user