BASS.NET API for the Un4seen BASS Audio Library

WaveFormGetMarkers Method

BASS.NET API for the Un4seen BASS Audio Library
Returns an array of strings containing all marker names.

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

public string[] GetMarkers()

Return Value

Type: String
A string array with all marker names or an empty array if no markers are present.
Remarks

You might add new markers with AddMarker(String, Int64) and get existing markers with GetMarker(String). GetMarkerCount will provide you with the total number of markers present. RemoveMarker(String) will remove a certain marker from the list and ClearAllMarker will remove all markers.
See Also

Reference