Previous topicNext topic
Help > XEngine_AVCodec > XEngine_AVFormat > AVFormat_Link >
AVFormat_Link_Output

函数

AVFormat_Link_Output

功能

打开输出文件信息

语法

bool AVFormat_Link_Output(XHANDLE xhToken, LPCSTR lpszFile)

参数

 参数.一:xhToken
  In/Out:In
  类型:句柄
  可空:N
  意思:输入要操作的打包器
 参数.二:lpszFile
  In/Out:In
  类型:常量字符指针
  可空:Y
  意思:输入要操作的文件

返回值

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

备注

 

示例