GetChannel
Function Usage
Obtains the channel ID of a specified stream.
Prototype
1 | APP_ERROR AscendStream::GetChannel(int* channelId); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
channelId |
Output |
Channel ID of the stream. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: AscendStream