hi_venc_pack_info

Description

Defines the information about the stream packet data which is of a different type from the rest part in the current stream packet data.

Prototype

hi_venc_pack_info = {"pack_type": hi_venc_data_type, # R; the pack type
                     "pack_offset": pack_offset,
                     "pack_len": pack_len}

Members

Member

Description

pack_type

Int, type of the different stream packet.

pack_offset

Int, offset of the different stream packet.

pack_len

Int, length of the different stream packet.