Function: venc_get_channel_desc_rc_mode
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Obtains the description of a video encoding channel.
Prototype
- C Prototype
1uint32_t aclvencGetChannelDescRcMode(const aclvencChannelDesc *channelDesc)
- Python Function
1rc_mode = acl.media.venc_get_channel_desc_rc_mode(venc_channel_desc)
Parameter Description
Parameter |
Description |
|---|---|
venc_channel_desc |
Int, pointer address of the description of a video encoding channel. |
Return Value Description
Return Value |
Description |
|---|---|
rc_mode |
Int, bit rate control mode.
|
Parent topic: VENC