0
点赞
收藏
分享

微信扫一扫

OceanBase自动安装部署演示环境demo

Ewall_熊猫 2023-10-19 阅读 14

  • RtpPayloadParams 看起来是rtp 载荷的属性的类 ,
  • 每个payload可能映射到某个帧 ?
  • 可能payload 映射到多个frameid ?

Maps buffer IDs to the frame-ID stored in them.

    • int64 类型的bufferid 映射到一个 frameid 类型
  // TODO(eladalon): When additional codecs are supported,
  // set kMaxCodecBuffersCount to the max() of these codecs' buffer count.
  static constexpr size_t kMaxCodecBuffersCount =
      CodecSpecificInfoVP8::kBuffersCount;

  // Maps buffer IDs to the frame-ID stored in them.
  std
举报

相关推荐

0 条评论