Copyright © 2006-2019 MultiMedia Soft

ASIO.DeviceGetCount method

Previous pageReturn to chapter overviewNext page

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 ASIO object section and the How to manage ASIO drivers tutorial.

 

 

Syntax

 

[Visual Basic]

control.ASIO.DeviceGetCount (

) as Integer


 

[C++]

short control.ASIO.DeviceGetCount (

);


 

 

Return value

 

The number of ASIO devices currently installed inside the system.