Show / Hide Table of Contents

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

Name

The description of the device.

Declaration
public string Name { get; }
Property Value
String

Methods

ToString()

Returns the Name of the device.

Declaration
public override string ToString()
Returns
String

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx