提交 ec735fa5 编写于 作者: Y yangjunhui10

demuxer seek demo add remark

Signed-off-by: Nyangjunhui10 <yangjunhui10@huawei.com>
上级 36ed7467
......@@ -135,6 +135,7 @@
``` c++
// 调整轨道到指定时间点,后续从该时间点进行解封装
// 注意:mpegts格式文件使用OH_AVDemuxer_SeekToTime功能时,跳转到的位置可能为非关键帧。可在跳转后调用OH_AVDemuxer_ReadSample,判断是否为关键帧。若非关键帧影响应用侧显示等功能,可在跳转后,循环读取直到获取到关键帧后,再进行解码。
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.
先完成此消息的编辑!
想要评论请 注册