hi_mpi_venc_get_h265_vui
Applicability
Product |
Supported |
|---|---|
☓ |
|
☓ |
|
√ |
|
√ |
|
☓ |
Description
Obtains the VUI configurations of an H.265 encoding channel.
Prototype
hi_s32 hi_mpi_venc_get_h265_vui (hi_venc_chn chn, hi_venc_h265_vui *h265_vui)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
chn |
Input |
Encoding channel ID. |
h265_vui |
Output |
VUI attributes of an H.265 encoding channel. |
Returns
- 0: success
- Other values: failure. For details, see VENC/JPEGE Return Codes.
Restrictions
- Call this API after an encoding channel is created and before the channel is destroyed.
- It is recommended that this API be called after an encoding channel is created and before encoding is started. This can reduce the number of API calls during encoding.
- Call this API only in an H.265 encoding channel.