aboutsummaryrefslogtreecommitdiff
path: root/call/rtp_video_sender_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'call/rtp_video_sender_interface.h')
-rw-r--r--call/rtp_video_sender_interface.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/call/rtp_video_sender_interface.h b/call/rtp_video_sender_interface.h
index ae9cdaf71c..bb72eb5996 100644
--- a/call/rtp_video_sender_interface.h
+++ b/call/rtp_video_sender_interface.h
@@ -16,6 +16,7 @@
#include "absl/types/optional.h"
#include "api/array_view.h"
+#include "api/call/bitrate_allocation.h"
#include "api/fec_controller_override.h"
#include "call/rtp_config.h"
#include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"
@@ -49,9 +50,7 @@ class RtpVideoSenderInterface : public EncodedImageCallback,
virtual void OnBitrateAllocationUpdated(
const VideoBitrateAllocation& bitrate) = 0;
- virtual void OnBitrateUpdated(uint32_t bitrate_bps,
- uint8_t fraction_loss,
- int64_t rtt,
+ virtual void OnBitrateUpdated(BitrateAllocationUpdate update,
int framerate) = 0;
virtual void OnTransportOverheadChanged(
size_t transport_overhead_bytes_per_packet) = 0;