BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_DEVICEINFOflags Field

BASS.NET API for the Un4seen BASS Audio Library
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.

Namespace:  Un4seen.Bass.AddOn.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BASSDeviceInfo flags

Field Value

Type: BASSDeviceInfo
See Also

Reference