C# Class xZune.Bass.Interop.Core.DeviceInfo

Show file Open project: higankanshi/xZune.Bass Class Usage Examples

Public Properties

Property Type Description
Driver System.IntPtr
Name System.IntPtr
Status DeviceStatus

Property Details

Driver public property

The filename of the driver.
public IntPtr,System Driver
return System.IntPtr

Name public property

Description of the device.
public IntPtr,System Name
return System.IntPtr

Status public property

The device's current status.
public DeviceStatus Status
return DeviceStatus