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

Mostrar archivo 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_oe property

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

Name public_oe property

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

Status public_oe property

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