BB FlashBack SDK: FBPlayer

GotoMarkerID

Description

Sets the current frame in the movie to the desired marker, identified by its ID.

Syntax

[C#/C++]
public Bool GotoMarkerID(long lID)

[VB.NET]
Public Function GotoMarkerID(ByVal lID As Long) As Boolean
 

Parameters

Parameter Description
lID Required. The ID of the marker to move to.
 

Return Values

Returns 1 if the marker was found and operation was successful, 0 if not.
 

Remarks

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

See Also

FBPlayer::GetMarkerText  FBPlayer::GotoMarkerNum