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
Remarks
The movie must be loaded using the LoadFile method before a seek is attempted.
See Also
GotoMarker method, GotoMarkerNum method