先看下与ViEEncoder相关的类图:
类图1:
VideoFrame的编码,发送流(一)

然后我们看下一帧VideoFrame的编码流程:
流程图1:
VideoFrame的编码,发送流(一)

类图2:
VideoFrame的编码,发送流(一)

流程图2:
VideoFrame的编码,发送流(一)

一帧videoframe经过编码后,经过层层传递,图的最后是到了PaceSender的InsertPacket函数,其实这顶多只进行到一半,离它被发送出去还很远,后面我们再说吧。

后面是我一开始用手记录的,存起来以备查看:
VideoFrame的编码,发送流(一)

VideoFrame的编码,发送流(一)

VideoFrame的编码,发送流(一)

这也够长的,写了三页纸(其实我看着自己写的字也想吐,没办法太多了)。

相关文章:

  • 2022-12-23
  • 2021-06-07
  • 2021-06-17
  • 2021-06-15
  • 2021-06-15
  • 2022-12-23
  • 2022-01-12
  • 2021-12-05
猜你喜欢
  • 2021-07-28
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2021-04-17
  • 2021-05-10
  • 2022-12-23
相关资源
相似解决方案