BASS.NET API for the Un4seen BASS Audio Library

MIDI_HEADERData Property

BASS.NET API for the Un4seen BASS Audio Library
The MIDI data buffer.

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

public byte[] Data { get; set; }

Property Value

Type: Byte
Remarks

Typically a byte array containing the data or a null-terminated string of 8-bit Windows (ANSI) characters.

Once you prepared the data buffer with Prepare(Boolean, IntPtr) you might not change the buffer.

See Also

Reference