aclvdecSetChannelDescParam
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets the description of a video decoding channel.
Prototype
aclError aclvdecSetChannelDescParam(aclvdecChannelDesc *channelDesc, aclvdecChannelDescParamType paramType, size_t length, const void *param)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
channelDesc |
Output |
Pointer to the description of a video decoding channel. Call the aclvdecCreateChannelDesc API to create data of the aclvdecChannelDesc 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: aclvdecChannelDesc