BB FlashBack SDK: FBEditor

GetFrames

Description

Returns, in an FBFrames object, a collection of all the frames in the currently open movie.

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

Syntax

[C#/C++]
public FBFrames* GetFrames ()

[VB.NET]
Public Function GetFrames() As FBFrames

Return Values

If the function fails, the return value is zero.

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

Remarks

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

See Also

The FBFrames Class