BASS.NET API for the Un4seen BASS Audio Library

MIDI_HEADER Properties

BASS.NET API for the Un4seen BASS Audio Library

The MIDI_HEADER type exposes the following members.

Properties

  NameDescription
Public propertyData
The MIDI data buffer.
Public propertyFlags
Gets the flags giving information about the buffer (see MIDIHeader for more information).
Public propertyHeaderPtr
Gets the pointer to the prepared MIDIHDR structure (or Zero if the header was not prepared).
Public propertyIsDone
Indicates if the device driver is finished with the buffer and is returning it to the application.
Public propertyIsPrepared
Indicates if the buffer has been prepared by using the Prepare(Boolean, IntPtr) method.
Public propertyIsStreamBuffer
Indicates if the buffer is a stream buffer.
Public propertyUser
Custom user data.
Top
See Also

Reference