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 |
Clock tick count parameter in the VUI field. |
vui_video_signal |
Video signal parameter in the VUI field. |
vui_bitstream_restric |
Reserved. For details, see the H.265 protocol. |
Parent topic: VENC/JPEGE