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