BB FlashBack SDK: FBPlayer

GotoMarkerNum

Description

Seeks the currently loaded movie to the desired marker as identified by its index.

Syntax

[C#/C++]
public void GotoMarkerNum(int index)

[VB.NET]
Public Sub GotoMarkerNum(ByVal Index As Integer)

Parameters

Parameter Description
Index Required. A long integer value indicating the marker index.

Remarks

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

See Also

GotoMarker method, GotoMarkerNum method