未验证 提交 6848eab9 编写于 作者: O openharmony_ci 提交者: Gitee

!20074 增加解封装开发用例seek接口功能注释

Merge pull request !20074 from 杨俊晖/master
......@@ -135,6 +135,7 @@
``` c++
// 调整轨道到指定时间点,后续从该时间点进行解封装
// 注意:mpegts格式文件使用OH_AVDemuxer_SeekToTime功能时,跳转到的位置可能为非关键帧。可在跳转后调用OH_AVDemuxer_ReadSample,通过获取到的OH_AVCodecBufferAttr判断当前帧是否为关键帧。若非关键帧影响应用侧显示等功能,可在跳转后循环读取,获取到后续第一帧关键帧后,再进行解码等处理。
OH_AVDemuxer_SeekToTime(demuxer, 0, OH_AVSeekMode::SEEK_MODE_CLOSEST_SYNC);
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册