hi_venc_data_type

Description

Defines the stream results.

Prototype

hi_venc_data_type = {"h264_type": hi_venc_h264_nalu_type, # R; H264E NALU types
                     "jpeg_type": hi_venc_jpege_pack_type, # R; JPEGE pack types
                     "h265_type": hi_venc_h265_nalu_type, # R; H265E NALU types
                     "prores_type": hi_venc_prores_pack_type}

Members

Member

Description

h264_type

Int, H.264 stream packet.

jpeg_type

Int, JPEG stream packet.

h265_type

Int, H.265 stream packet.

prores_type

Int, ProRes stream packet.