BASS.NET API for the Un4seen BASS Audio Library

BassMidiBASS_MIDI_FontGetInfo Method (Int32)

BASS.NET API for the Un4seen BASS Audio Library
Retrieves information on a soundfont.

Namespace:  Un4seen.Bass.AddOn.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static BASS_MIDI_FONTINFO BASS_MIDI_FontGetInfo(
	int handle
)

Parameters

handle
Type: SystemInt32
The soundfont to get info on (e.g. as returned by BASS_MIDI_FontInit(String, BASSFlag)).

Return Value

Type: BASS_MIDI_FONTINFO
An instance of the BASS_MIDI_FONTINFO class on success - else .
Remarks

ERROR CODEDescription
BASS_ERROR_HANDLEhandle is not valid.

See Also

Reference