class CH264_RTP_PACK { #define RTP_VERSION 2 typedef struct NAL_msg_s { bool eoFrame ; unsigned char type;// NAL type unsigned char *start;// pointer to first location in the send buffer unsigned char *end;// pointer to last location in send buffer unsigned long size ; } NAL_MSG_t; typedef struct { ...
时间:2024-11-29 18:25栏目:行业资料