hi_venc_data_type

Description

Defines the stream results.

Prototype

typedef union {
    hi_venc_h264_nalu_type h264_type; 
    hi_venc_jpege_pack_type jpeg_type; 
    hi_venc_h265_nalu_type h265_type; 
    hi_venc_prores_pack_type prores_type;
} hi_venc_data_type;

Members

Member

Description

h264_type

H.264 packet.

jpeg_type

JPEG packet.

h265_type

H.265 packet.

prores_type

ProRes packet.