acldvppGetChannelDescChannelId
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains a channel ID based on the channel description.
API call sequence: acldvppCreateChannelDesc -> acldvppCreateChannel -> acldvppGetChannelDescChannelId
Prototype
uint64_t acldvppGetChannelDescChannelId(const acldvppChannelDesc *channelDesc)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
channelDesc |
Input |
Pointer to the channel description. Call acldvppCreateChannelDesc to create data of the acldvppChannelDesc type in advance. |
Returns
Channel ID.
Parent topic: acldvppChannelDesc