BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_DEVICEINFO Fields

BASS.NET API for the Un4seen BASS Audio Library

The BASS_MIDI_DEVICEINFO type exposes the following members.

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.
Top
See Also

Reference