BB FlashBack SDK: FBEditor

GetTransitions

Description

Returns, in an FBTransitions object, a collection of all the transition objects in the currently open movie.

This method is accessible to the Advanced edition of the SDK only.

Syntax

[C#/C++]
public FBTransitions* GetTransitions ()

[VB.NET]
Public Function GetTransitions() As FBTransitions

Return Values

If the function fails, the return value is zero.

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

Remarks

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

See Also

The FBTransitions Class