BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_MARK Constructor (Int32, Int32, String)

BASS.NET API for the Un4seen BASS Audio Library
Constructor already setting the members.

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

public BASS_MIDI_MARK(
	int Track,
	int Pos,
	string Text
)

Parameters

Track
Type: SystemInt32
The track (number) containing marker.
Pos
Type: SystemInt32
The position (in bytes) of the marker.
Text
Type: SystemString
The marker text.
See Also

Reference