Function: venc_get_channel_desc_param
Applicability
Product |
Supported (√/x) |
|---|---|
x |
|
x |
|
x |
|
√ |
|
√ |
Function Usage
Obtains the description of a video encoding channel.
Prototype
- C Prototype
1aclError aclvencGetChannelDescParam(const aclvencChannelDesc *channelDesc, aclvencChannelDescParamType paramType, size_t length, size_t *paramRetSize, void *param)
- Python Function
1attr, ret = acl.media.venc_get_channel_desc_param(venc_channel_desc, param_type)
Parameter Description
Parameter |
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 Description
Return Value |
Description |
|---|---|
attr |
Attribute value.
|
ret |
Int, error code: 0 on success; else, failure. |