Function: venc_set_channel_desc_rc_mode
C Prototype |
aclError aclvencSetChannelDescRcMode(aclvencChannelDesc *channelDesc, uint32_t rcMode) |
|---|---|
Python Function |
ret = acl.media.venc_set_channel_desc_rc_mode(venc_channel_desc, rc_mode) |
Function Usage |
Sets the description of a video encoding channel. The Atlas Training Series Product does not support this API. |
Input Description |
venc_channel_desc: int, pointer address of the description of a video encoding channel. Call acl.media.venc_create_channel_desc to create data of the aclvencChannelDesc type in advance. rc_mode: int, bit rate control mode. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: VENC