GetInputDeviceChannelType method |
|
Remarks
Tries to obtain the type of a given input channel.
Syntax
[Visual Basic] Public Function GetInputDeviceChannelType ( nInputDevice as Int16, nInputChannel as Int16 |
[C#] public enumInputChannelTypes GetInputDeviceChannelType ( Int16 nInputDevice, Int16 nInputChannel ); |
[C++] public: enumInputChannelTypes GetInputDeviceChannelType ( Int16 nInputDevice, Int16 nInputChannel ); |
Parameter |
Description |
|
|
nInputDevice |
Number representing the zero-based index of the input device |
nInputChannel |
Number representing the zero-based index of the requested input channel |
Return value
Value |
Meaning |
||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||
Negative value |
An error occurred, check the LastError property value in order to see the error code meaning |
||||||||||||||||||||||||||||||||||||
>= 0 |
Type of channel. Supported values are the following:
|