hi_venc_pack_info

Description

Defines a different packet type contained in a packet.

Prototype

typedef struct {
    hi_venc_data_type pack_type; 
    hi_u32 pack_offset;
    hi_u32 pack_len;
} hi_venc_pack_info;

Members

Member

Description

pack_type

Different packet type.

pack_offset

Offset of the different packet type.

pack_len

Length of the different packet type.