Revert "Revert of Propagate probing cluster id to SendTimeHistory. (patchset #5 id:80001 of https://codereview.webrtc.org/2005313003/ )"
This reverts commit 46948c17fd09e4957bebc8ea61f0a8e77ff84b48. TBR=mflodman@webrtc.org BUG=webrtc:5859 Review-Url: https://codereview.webrtc.org/2032473002 Cr-Commit-Position: refs/heads/master@{#12992}
This commit is contained in:
@ -315,9 +315,10 @@ class RtpRtcp : public Module {
|
||||
virtual bool TimeToSendPacket(uint32_t ssrc,
|
||||
uint16_t sequence_number,
|
||||
int64_t capture_time_ms,
|
||||
bool retransmission) = 0;
|
||||
bool retransmission,
|
||||
int probe_cluster_id) = 0;
|
||||
|
||||
virtual size_t TimeToSendPadding(size_t bytes) = 0;
|
||||
virtual size_t TimeToSendPadding(size_t bytes, int probe_cluster_id) = 0;
|
||||
|
||||
// Called on generation of new statistics after an RTP send.
|
||||
virtual void RegisterSendChannelRtpStatisticsCallback(
|
||||
|
||||
Reference in New Issue
Block a user