hi_venc_stream

Description

Defines the dictionary of a frame stream.

Prototype

hi_venc_stream = {"pack": hi_venc_pack, # R; stream pack attribute
                  "pack_cnt": pack_cnt, # R; the pack number of one frame stream
                  "seq": seq} # R; the list number of stream

hi_venc_stream = {"pack": hi_venc_pack, # R; stream pack attribute
                  "pack_cnt": pack_cnt, # R; the pack number of one frame stream
                  "seq": seq, # R; the list number of stream
                  "h264_info": hi_venc_h264_stream_info, # R; the stream info of h264
                  "h264_adv_info": hi_venc_h264_adv_stream_info} # R; the stream info of h264

hi_venc_stream = {"pack": hi_venc_pack, # R; stream pack attribute
                  "pack_cnt": pack_cnt, # R; the pack number of one frame stream
                  "seq": seq, # R; the list number of stream
                  "h264_info": hi_venc_h264_stream_info} # R; the stream info of h264

hi_venc_stream = {"pack": hi_venc_pack, # R; stream pack attribute
                  "pack_cnt": pack_cnt, # R; the pack number of one frame stream
                  "seq": seq, # R; the list number of stream
                  "jpeg_info": hi_venc_jpeg_stream_info}

hi_venc_stream = {"pack": hi_venc_pack, # R; stream pack attribute
                  "pack_cnt": pack_cnt, # R; the pack number of one frame stream
                  "seq": seq, # R; the list number of stream
                  "h265_info": hi_venc_h265_stream_info} # R; the stream info of h265

hi_venc_stream = {"pack": hi_venc_pack, # R; stream pack attribute
                  "pack_cnt": pack_cnt, # R; the pack number of one frame stream
                  "seq": seq, # R; the list number of stream
                  "h265_info": hi_venc_h265_stream_info, # R; the stream info of h265
                  "h265_adv_info": hi_venc_h265_adv_stream_info} #R; the stream info of h265

hi_venc_stream = {"pack": hi_venc_pack, # R; stream pack attribute
                  "pack_cnt": pack_cnt, # R; the pack number of one frame stream
                  "seq": seq, # R; the list number of stream
                  "prores_info": hi_venc_prores_stream_info}

Members

Member

Description

pack

Int, structure of a frame stream packet.

pack_cnt

Int, number of packets in a stream.

seq

Int, sequence number of a stream.

When the streams are obtained by frame, it represents the frame sequence number. When the streams are obtained by packet, it represents the packet sequence number.

h264_info/h265_info

Dictionary, stream feature information.

jpeg_info/prores_info

Stream features, reserved.

h264_adv_info/h265_adv_info

Dictionary, advanced stream feature information.