hi_venc_h265_vui
Description
Defines the VUI attributes of an H.265 encoding channel.
Prototype
typedef struct {
hi_venc_vui_aspect_ratio vui_aspect_ratio;
hi_venc_vui_h265_time_info vui_time_info;
hi_venc_vui_video_signal vui_video_signal;
hi_venc_vui_bitstream_restric vui_bitstream_restric;
} hi_venc_h265_vui;
Members
Member |
Description |
|---|---|
vui_aspect_ratio |
Reserved. For details, see the H.265 protocol. |
vui_time_info |
Parameters related to the clock count in the Vui field. |
vui_video_signal |
Parameters related to video signals in the Vui field. |
vui_bitstream_restric |
Reserved. For details, see the H.265 protocol. |
Parent topic: VENC video/JPEGE image encoding