Add lower/upper link capacity to the outgoing bitrate graph.
Bug: webrtc:14273 Change-Id: I8d9f1ac0d41b74a226abdff00f420d6b0624b73c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250442 Commit-Queue: Diep Bui <diepbp@google.com> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37557}
This commit is contained in:
@ -59,7 +59,8 @@ class EventLogAnalyzer {
|
||||
void CreateTotalIncomingBitrateGraph(Plot* plot);
|
||||
void CreateTotalOutgoingBitrateGraph(Plot* plot,
|
||||
bool show_detector_state = false,
|
||||
bool show_alr_state = false);
|
||||
bool show_alr_state = false,
|
||||
bool show_link_capacity = false);
|
||||
|
||||
void CreateStreamBitrateGraph(PacketDirection direction, Plot* plot);
|
||||
void CreateBitrateAllocationGraph(PacketDirection direction, Plot* plot);
|
||||
|
||||
Reference in New Issue
Block a user