Previous topicNext topic
Help > XEngine_StreamMedia > StreamMedia_HLSProtocol > HLSProtocol_TSStream >
HLSProtocol_TSPacket_TimeInfo

函数

HLSProtocol_TSPacket_TimeInfo

功能

打包时间戳包

语法

bool HLSProtocol_TSPacket_TimeInfo(LPCXSTR lpszClientID, XBYTE* ptszMsgBuffer, int* pInt_MsgLen, __int64u nPCRTime)

参数

 参数.一:lpszClientID
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要操作的客户端
 参数.二:ptszMsgBuffer
  In/Out:Out
  类型:字符指针
  可空:N
  意思:输出打好包的数据
 参数.三:pInt_MsgLen
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出数据大小

返回值

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

备注

 

示例