定义与协议相关的内存分配参数。
typedef struct { hi_payload_type type; /* RW; video type to be decoded, only h264 and h265 supported*/ union { hi_h264_protocol_param h264_param; /* protocol param structure for h264 */ hi_h265_protocol_param h265_param; /* protocol param structure for h265 */ }; }hi_vdec_protocol_param;
成员名称 |
描述 |
---|---|
type |
解码通道支持的协议。 |
h264_param |
H.264协议参数。 |
h265_param |
H.265协议参数。 |