当前位置:首页 > 编程笔记 > 正文
已解决

【c++】跟webrtc学std array 4: H264PacketBuffer 包缓存

来自网友在路上 163863提问 提问时间:2023-10-20 06:08:29阅读次数: 63

最佳答案 问答题库638位专家为你答疑解惑

H264PacketBuffer

  • m98代码:
  • H264PacketBuffer 类似于PacketBuffer ,但仅用于H264

// The H264PacketBuffer does the same job as the PacketBuffer but for H264
// only. To make it fit in with surronding code the PacketBuffer input/output
// classes are used.

  • 因此,使用了相同的代码:
  using Packet = video_coding::PacketBuffer::Packet;using InsertResult = video_coding::PacketBuffer::InsertResult
查看全文

99%的人还看了

猜你感兴趣

版权申明

本文"【c++】跟webrtc学std array 4: H264PacketBuffer 包缓存":http://eshow365.cn/6-20117-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!