Searched defs:BandwidthEstimationInfo (Results 1 – 1 of 1) sorted by relevance
691 struct BandwidthEstimationInfo { struct692 int available_send_bandwidth = 0;693 int available_recv_bandwidth = 0;694 int target_enc_bitrate = 0;695 int actual_enc_bitrate = 0;696 int retransmit_bitrate = 0;697 int transmit_bitrate = 0;698 int64_t bucket_delay = 0;