aclvencGetChannelDescParam
产品支持情况
产品  | 
是否支持  | 
|---|---|
x  | 
|
x  | 
|
√  | 
|
√  | 
|
x  | 
|
√  | 
功能说明
获取视频编码处理通道的描述信息。
函数原型
aclError aclvencGetChannelDescParam(const aclvencChannelDesc *channelDesc, aclvencChannelDescParamType paramType, size_t length, size_t *paramRetSize, void *param)
参数说明
参数名  | 
输入/输出  | 
说明  | 
|---|---|---|
channelDesc  | 
输入  | 
视频编码处理通道描述信息的指针。 需提前调用aclvencCreateChannelDesc接口创建aclvencChannelDesc类型的数据,调用aclvencSetChannelDescParam接口设置视频编码处理通道描述信息的属性值。  | 
paramType  | 
输入  | 
属性参数的类型。  | 
length  | 
输入  | 
属性参数值的字节数。 
  | 
paramRetSize  | 
输出  | 
实际返回的属性参数值字节数的指针。  | 
param  | 
输出  | 
属性参数值的指针。  | 
返回值说明
返回0表示成功,返回其他值表示失败,请参见aclError。
父主题: aclvencChannelDesc