Struct AsioDeviceInfo
Used with GetDeviceInfo(Int32, out AsioDeviceInfo) to retrieve information on an asio device.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Asio.dll
Syntax
public struct AsioDeviceInfo
Properties
Driver
The filename of the driver being used.
Further information can be obtained from the file using the GetFileVersionInfo Win32 API function.
Declaration
public string Driver { get; }
Property Value
String
|