Used with BASS_MIDI_StreamGetMark(Int32, BASSMIDIMarker, Int32, BASS_MIDI_MARK), BASS_SYNC_MIDI_LYRIC, BASS_SYNC_MIDI_CUE and BASS_SYNC_MIDI_MARKER to retrieve markers.
Inheritance Hierarchy
Un4seen.Bass.AddOn.MidiBASS_MIDI_MARK
Namespace: Un4seen.Bass.AddOn.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
The BASS_MIDI_MARK type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_MIDI_MARK |
Default Constructor.
| |
| BASS_MIDI_MARK(Int32, Int32, String) |
Constructor already setting the members.
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
A description of the marker object (the text).
(Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| pos |
The position (in bytes) of the marker.
| |
| text |
The marker, cue, lyric, keysig, timesig text.
| |
| track |
The MIDI track (number) containing marker (0=first).
|
See Also