BASS.NET API for the Un4seen BASS Audio Library

MIDIHeader Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Flag of the MIDI_HEADER flags property.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum MIDIHeader
Members

  Member nameValueDescription
MHDR_NONE0 Unprepared. No flags set.
MHDR_DONE1 Set by the device driver to indicate that it is finished with the buffer and is returning it to the application.
MHDR_PREPARED2 Set by Windows to indicate that the buffer has been prepared by using the MIDI_InPrepareHeader(IntPtr, IntPtr) or MIDI_OutPrepareHeader(IntPtr, IntPtr) function.
MHDR_INQUEUE4 Set by Windows to indicate that the buffer is queued for playback.
MHDR_ISSTRM8 Set to indicate that the buffer is a stream buffer.
See Also

Reference