BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessageIsPrepared Property

BASS.NET API for the Un4seen BASS Audio Library
Returns , if the Message data buffer is prepared and can not be changed anymore (else ).

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

public bool IsPrepared { get; }

Property Value

Type: Boolean
Remarks

Once you called the Prepare method the Message data buffer will be prepared and sealed. It can therefore not be changed afterwards. Use the MessageAsIntPtr to retrieve the prepared pointer to the MIDI_HEADER structure ready to be used for sending and receiving system-exclusive messages.
See Also

Reference