BB FlashBack SDK: FBFrames

GetMarkers

Description

Returns, in an FBMarkers object, a collection of all the markers in the specified frame.

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

Syntax

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

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

Parameters

lFrameNumber : the number of the frame for which markers will be retrieved
 

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 frame, the Count property of the returned FBMarkers collection is set to zero.
 

See Also

The FBMarkers Class