BB FlashBack SDK: FBEditor

GetMarkers

Description

Returns, in an FBMarkers object, a collection of all the markers in the currently open movie.

This method is accessible to the Pro and Advanced editions of the SDK only.
 

Syntax

[C#/C++]
public FBMarkers* GetMarkers ()

[VB.NET]
Public Function GetMarkers() As FBMarkers
 

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is a pointer to an FBMarkers collection.
 

Remarks

If there are no markers in the movie, the Count property of the returned FBMarkers collection is set to zero.
 

See Also

The FBMarkers Class