GetInputDeviceDriverType method |
|
Remarks
Given the index of an input device returns its type of driver.
For further information about ASIO drivers management, refer to the How to manage ASIO drivers tutorial.
Syntax
[Visual Basic] Public Function GetInputDeviceDriverType ( nInputDevice as Int16 ) as enumDriverTypes |
[C#] public enumDriverTypes GetInputDeviceDriverType ( Int16 nInputDevice ); |
[C++] public: enumDriverTypes GetInputDeviceDriverType ( Int16 nInputDevice ); |
Parameter |
Description |
|
|
nInputDevice |
Zero-based index of the input device as enumerated by the combination of the GetInputDevicesCount and GetInputDeviceDesc methods. |
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 driver. Supported values are the following:
|