Used with BASS_ASIO_GetDeviceInfo(Int32, BASS_ASIO_DEVICEINFO) to retrieve information on an asio device.
Inheritance Hierarchy
Un4seen.BassAsioBASS_ASIO_DEVICEINFO
Namespace: Un4seen.BassAsio
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
The BASS_ASIO_DEVICEINFO type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_ASIO_DEVICEINFO |
Default constructor.
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
A description of the decive info object (name).
(Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| driver |
The filename of the driver being used.
Further information can be obtained from the file using the GetFileVersionInfo Win32 API function. | |
| name |
The description of the device.
|
See Also