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

函数

AVFormat_Link_Suspend

功能

设置暂停还是继续

语法

bool AVFormat_Link_Suspend(XHANDLE xhToken, BOOL bSuspend = TRUE)

参数

 参数.一:xhToken
  In/Out:In
  类型:网络句柄
  可空:N
  意思:输入要操作的句柄
 参数.二:bSuspend
  In/Out:In
  类型:逻辑型
  可空:Y
  意思:为真为暂停,假为继续

返回值

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

备注

 

示例