BASS.NET API for the Un4seen BASS Audio LibraryBASS_MIDI_DEVICEINFO MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_MIDI_DEVICEINFO type exposes the following members.
Constructors

  NameDescription
Public methodBASS_MIDI_DEVICEINFO
Default constructor.
Back to Top
Methods

  NameDescription
Public methodToString
A description of the decive info object (name).
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldflags
The device's current status. A combination of these flags (BASSDeviceInfo):
BASS_DEVICE_ENABLEDThe device is enabled. It will not be possible to initialize the device if this flag is not present.
BASS_DEVICE_INITThe device is initialized, ie. BASS_MIDI_InInit(Int32, MIDIINPROC, IntPtr) has been called.
Public fieldid
An identification number.
Public fieldname
The name/description of the device.
Back to Top
Properties

  NameDescription
Public propertyIsEnabled
The device is enabled and can be used.
Public propertyIsInitialized
The device is already initialized.
Back to Top
See Also