acldvppGetChannelDescChannelId
产品支持情况
产品  | 
是否支持  | 
|---|---|
√  | 
|
√  | 
|
√  | 
|
√  | 
|
√  | 
|
√  | 
功能说明
根据通道描述信息获取通道ID。
接口调用顺序:acldvppCreateChannelDesc --> acldvppCreateChannel --> acldvppGetChannelDescChannelId
函数原型
uint64_t acldvppGetChannelDescChannelId(const acldvppChannelDesc *channelDesc)
参数说明
参数名  | 
输入/输出  | 
说明  | 
|---|---|---|
channelDesc  | 
输入  | 
通道描述信息的指针。 需提前调用acldvppCreateChannelDesc接口创建acldvppChannelDesc类型的数据。  | 
返回值说明
返回通道ID。
父主题: acldvppChannelDesc