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

函数

RTMPProtocol_Help_ParseCommand

功能

解析命令协议

语法

bool RTMPProtocol_Help_ParseCommand(XENGINE_RTMPCOMMAND* pSt_RTMPCommand, LPCXSTR lpszMsgBuffer, int nMsgLen)

参数

 参数.一:pSt_RTMPCommand
  In/Out:In
  类型:数据结构指针
  可空:N
  意思:输出解析好的协议信息
 参数.二:lpszMsgBuffer
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要处理的数据
 参数.三:nMsgLen
  In/Out:In
  类型:整数型
  可空:N
  意思:输入处理数据大小

返回值

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

备注

 

示例