【c++】跟webrtc学std array 3:buffer_id_to_frame_id_

  • 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

你可能感兴趣的:(c/c++笔面应用实战,c++,webrtc,开发语言)