BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessageCreateBuffer Method (Byte)

BASS.NET API for the Un4seen BASS Audio Library
Creates a Message data buffer with the given data buffer.

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

public bool CreateBuffer(
	byte[] data
)

Parameters

data
Type: SystemByte
The byte array to initialize the Message data buffer with.

Return Value

Type: Boolean
on sucess - else will be returned (e.g. data is or it's length is less than 2).
See Also

Reference