BB FlashBack SDK: FBPlayer

GetMarkerText

Description

Returns the text of the marker with the given index.

Syntax

[C#/C++]
public string GetMarkerText(int index)

[VB.NET]
Public Function GetMarkerText(ByVal Index As Integer) As String

Parameters

Parameter Description
Index Required. Index of the required marker.

Remarks

The movie must be loaded using the LoadFile method before a seek is attempted.

See Also

GotoMarker method, GotoMarkerNum method