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