Function: venc_set_channel_desc_param
C Prototype |
aclError aclvencSetChannelDescParam(aclvencChannelDesc *channelDesc, aclvencChannelDescParamType paramType, size_t length, const void *param) |
|---|---|
Python Function |
ret = acl.media.venc_set_channel_desc_param(venc_channel_desc, param_type, param) |
Function Usage |
Sets the attributes of a VENC 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. param_type: int, attribute parameter type. For details, see aclvencChannelDescParamType. param: attribute parameter value.
|
Return Value |
ret: int, error code.
|
Parent topic: VENC