BASS.NET API for the Un4seen BASS Audio Library

BassMidiBASS_MIDI_StreamGetTrackCount Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the total number of tracks contained in the MIDI stream.

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

public static int BASS_MIDI_StreamGetTrackCount(
	int handle
)

Parameters

handle
Type: SystemInt32
The MIDI stream to retrieve the track count from.

Return Value

Type: Int32
The number of tracks contained in the MIDI stream.
See Also

Reference