hi_venc_data_type
说明
定义码流结果类型。
定义
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}
   成员
| 成员名称 | 描述 | 
|---|---|
| h264_type | 整型,H.264 码流包类型。 | 
| jpeg_type | 整型,JPEG 码流包类型。 | 
| h265_type | 整型,H.265 码流包类型。 | 
| prores_type | 整型,PRORES 码流包类型。 | 
父主题: 视频/图像编码