BB FlashBack SDK: FBPlayer

GetMarkerID

Description

Returns the text of the marker with the given ID.

Syntax

[C#/C++]
public long GetMarkerID(long ID)

[VB.NET]
Public Function GetMarkerID(ByVal ID As Long) As Long

Parameters

Parameter Description
ID Required. The ID 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