【webrtc】跟webrtc学时间戳、序号类型转换

间隔ms

  • src\modules\congestion_controller\remb_throttler.cc
namespace {
   
constexpr TimeDelta kRembSendInterval = TimeDelta::Millis(200);
}  // namespace

百分比的处理

  • src\modules\congestion_controller\remb_throttler.cc
void RembT

你可能感兴趣的:(WebRTC入门与实战,webrtc)