BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessageCreateBuffer Method (Int32)

BASS.NET API for the Un4seen BASS Audio Library
Creates an empty Message data buffer of the given size (between 2 and 65536).

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

public bool CreateBuffer(
	int size
)

Parameters

size
Type: SystemInt32
The number of byte for to buffer to use.

Return Value

Type: Boolean
on success, else .
Remarks

Note: The method clear all data in an existing buffer. Calling this method on an already prepared buffer will have no effect and will be returned.
See Also

Reference