BASS.NET API for the Un4seen BASS Audio Library

BASS_ASIO_DEVICEINFO Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_ASIO_GetDeviceInfo(Int32, BASS_ASIO_DEVICEINFO) to retrieve information on an asio device.
Inheritance Hierarchy

SystemObject
  Un4seen.BassAsioBASS_ASIO_DEVICEINFO

Namespace:  Un4seen.BassAsio
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[SerializableAttribute]
public sealed class BASS_ASIO_DEVICEINFO

The BASS_ASIO_DEVICEINFO type exposes the following members.

Constructors

  NameDescription
Public methodBASS_ASIO_DEVICEINFO
Default constructor.
Top
Methods

  NameDescription
Public methodToString
A description of the decive info object (name).
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fielddriver
The filename of the driver being used.

Further information can be obtained from the file using the GetFileVersionInfo Win32 API function.

Public fieldname
The description of the device.
Top
See Also

Reference