ASIO.DeviceGetCount method |
|
Remarks
Retrieves the number of ASIO devices currently installed inside the system.
The friendly name of each ASIO device can be obtained using the ASIO.DeviceGetDesc method.
For further details about the use of ASIO drivers see the ASIOMan class and the How to manage ASIO drivers tutorial.
Syntax
[Visual Basic] Public Function DeviceGetCount ( ) as Int16 |
[C#] public Int16 DeviceGetCount ( ); |
[C++] public: Int16 DeviceGetCount ( ); |
Return value
The number of ASIO devices currently installed inside the system.