Previous topicNext topic
Help > XEngine_StreamMedia > StreamMedia_RTMPProtocol > RTMPProtocol_Help >
RTMPProtocol_Help_PKTCommand

函数

RTMPProtocol_Help_PKTCommand

功能

打包命令协议

语法

bool RTMPProtocol_Help_PKTCommand(XCHAR * ptszMsgBuffer, int* pInt_MsgLen, XBYTE byChunkID, XENGINE_RTMPCOMMAND * pSt_RTMPCommand, bool bWEnd = true, bool bWNull = true)

参数

 参数.一:ptszMsgBuffer
  In/Out:Out
  类型:字符指针
  可空:N
  意思:输出打包好的协议缓冲区
 参数.二:pInt_MsgLen
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出缓冲区大小
 参数.三:byChunkID
  In/Out:In
  类型:字符
  可空:N
  意思:输入要打包的命令ID
 参数.四:pSt_RTMPCommand
  In/Out:In
  类型:数据结构指针
  可空:N
  意思:要打包的命令
 参数.五:bWEnd
  In/Out:In
  类型:逻辑型
  可空:Y
  意思:是否在中间写0x05的结束符
 参数.六:bWNull
  In/Out:In
  类型:逻辑型
  可空:Y
  意思:是否在末尾写0x06的结束符

返回值

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

备注

 

示例