设置视频编码处理通道描述信息的属性值。
aclError aclvdecSetChannelDescParam(aclvdecChannelDesc *channelDesc, aclvdecChannelDescParamType paramType, size_t length, const void *param)
参数名 |
输入/输出 |
说明 |
---|---|---|
channelDesc |
输出 |
视频解码处理通道描述信息的指针。 需提前调用aclvdecCreateChannelDesc接口创建aclvdecChannelDesc类型的数据。 |
paramType |
输入 |
属性参数的类型。 |
length |
输入 |
属性参数值的字节数。
|
param |
输入 |
属性参数值的指针。 |
返回0表示成功,返回其它值表示失败。