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