Moves conversion to ReceivedPacket from RtpPacketReceived to Call.
This moves the conversion from RtpPacketReceived to ReceivedPacket to Call rather than RtpTransportController. This prepares for reusing the struct for receive side network state estimation. Bug: webrtc:10742 Change-Id: I9581438bc912ef4bb635a5d9a6dea488cf871d48 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/141872 Reviewed-by: Jonas Olsson <jonasolsson@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28284}
This commit is contained in:
committed by
Commit Bot
parent
98cbb22911
commit
607a6f1c55
@ -149,7 +149,7 @@ class RtpTransportControllerSendInterface {
|
||||
virtual int64_t GetFirstPacketTimeMs() const = 0;
|
||||
virtual void EnablePeriodicAlrProbing(bool enable) = 0;
|
||||
virtual void OnSentPacket(const rtc::SentPacket& sent_packet) = 0;
|
||||
virtual void OnReceivedPacket(const RtpPacketReceived& received_packet) = 0;
|
||||
virtual void OnReceivedPacket(const ReceivedPacket& received_packet) = 0;
|
||||
|
||||
virtual void SetSdpBitrateParameters(
|
||||
const BitrateConstraints& constraints) = 0;
|
||||
|
||||
Reference in New Issue
Block a user