Flag of the MIDI_HEADER flags property.
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
MHDR_NONE | 0 | Unprepared. No flags set. | |
MHDR_DONE | 1 | Set by the device driver to indicate that it is finished with the buffer and is returning it to the application. | |
MHDR_PREPARED | 2 | 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_INQUEUE | 4 | Set by Windows to indicate that the buffer is queued for playback. | |
MHDR_ISSTRM | 8 | Set to indicate that the buffer is a stream buffer. |
See Also