BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_MARK Class

BASS.NET API for the Un4seen BASS Audio Library
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.MidiBASS_MIDI_MARK

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

[SerializableAttribute]
public sealed class BASS_MIDI_MARK

The BASS_MIDI_MARK type exposes the following members.

Constructors

  NameDescription
Public methodBASS_MIDI_MARK
Default Constructor.
Public methodBASS_MIDI_MARK(Int32, Int32, String)
Constructor already setting the members.
Top
Methods

  NameDescription
Public methodToString
A description of the marker object (the text).
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldpos
The position (in bytes) of the marker.
Public fieldtext
The marker, cue, lyric, keysig, timesig text.
Public fieldtrack
The MIDI track (number) containing marker (0=first).
Top
See Also

Reference