Previous topicNext topic
Help > XEngine_AVCodec > XEngine_AVFormat > AVFormat_Convert >
AVFormat_Convert_Seek

函数

AVFormat_Convert_Seek

功能

解码跳转器

语法

BOOL AVFormat_Convert_Seek(XHANDLE xhNet, __int64x nTimePos)

参数

 参数.一:xhNet
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:要操作的句柄
 参数.二:nTimePos
  In/Out:In
  类型:整数型
  可空:N
  意思:输入跳转时间

返回值

类型:逻辑型
意思:是否成功

备注

快进,快退,定位,使用此函数

示例