aclvdecGetChannelDescParam
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the description of a video decoding channel.
Prototype
aclError aclvdecGetChannelDescParam(const aclvdecChannelDesc *channelDesc, aclvdecChannelDescParamType paramType, size_t length, size_t *paramRetSize, void *param)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
channelDesc |
Input |
Pointer to the description of a video decoding channel. Call the aclvdecCreateChannelDesc API to create data of the aclvdecChannelDesc type and call the aclvdecSetChannelDescParam API to set the attribute value of the video decoding channel description in advance. |
paramType |
Input |
Attribute data type. |
length |
Input |
Attribute value length.
|
paramRetSize |
Output |
Pointer to the actual attribute value length. |
param |
Output |
Pointer to the attribute value. |
Returns
0 on success; else, failure. For details, see aclError.