BASS.NET API for the Un4seen BASS Audio Library

WaveFormGetMarkerCount Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the number of markers within the wave form.

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

public int GetMarkerCount()

Return Value

Type: Int32
The number of markers present.
Remarks

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

Reference