【module 】remote_bitrate_estimator
- 上一篇提到了CC需要带宽估计算法: CC算法需要调用BE算法进行拥塞控制
- RBE(Remote Bitrate Estimator),负责算法核心部分,即带宽估计。
- 有发送侧和接受侧的带宽估计两种。
- G:\GERRIT\src\third_party\webrtc\modules\congestion_controller\include\receive_side_congestion_controller.h
WrappingBitrateEstimator remote_bitrate_estimator_; RemoteEstimatorProxy remote_estimator_proxy_;