Previous topicNext topic
Help > XEngine_StreamMedia > StreamMedia_MP4Protocol > MP4Protocol_Packet >
MP4Protocol_Packet_MDhd

函数

MP4Protocol_Packet_MDhd

功能

打包MDHD的BOX头协议

语法

bool MP4Protocol_Packet_MDhd(LPCXSTR lpszClientID, XCHAR* ptszMSGBuffer, int* pInt_MSGLen, XSHOT nLanguage = 21956)

参数

 参数.一:lpszClientID
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要操作的客户端
 参数.二:ptszMSGBuffer
  In/Out:Out
  类型:字符指针
  可空:N
  意思:输出打包好的缓冲区
 参数.三:pInt_MSGLen
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出缓冲区大小
 参数.四:nLanguage
  In/Out:In
  类型:整数型
  可空:Y
  意思:输入语言,ISO-639-2/T标准代码

返回值

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

备注

 

示例