Copyright © 2005-2019 MultiMedia Soft

ASIO property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property ASIO As ASIOMan


 

[C#]

public ASIOMan ASIO {get;}


 

[C++]

public: __property ASIOMan* get_ASIO ();


 

This property is Read-only

 

 

Remarks

The object used to manage ASIO drivers.

This property encapsulates the functionality of the ASIOMan class.

Further information about the use ASIO drivers can be found inside the How to manage ASIO drivers tutorial.