aclvencSetChannelDescParam
Applicability
Product |
Supported |
|---|---|
x |
|
x |
|
√ |
|
√ |
|
x |
Description
Sets the description of a video encoding channel.
Prototype
aclError aclvencSetChannelDescParam(aclvencChannelDesc *channelDesc, aclvencChannelDescParamType paramType, size_t length, const void *param)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
channelDesc |
Input |
Pointer to the description of a video encoding channel. Call the aclvencCreateChannelDesc API to create data of the aclvencChannelDesc type in advance. |
paramType |
Input |
Attribute data type. |
length |
Input |
Attribute value length.
|
param |
Input |
Pointer to the attribute value. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: aclvencChannelDesc