BB FlashBack SDK: FBEditor

InsertTransition

Description

Inserts a transition into a specified frame of the movie. Transition occur between the frame at which they are inserted and the frame following, effectively adding time into the movie. Sounds is muted during transitions.

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

Syntax

[C#/C++]
public Bool InsertTransition (long insertAtFrame, FBTransitionProperties* pTransitionProperties)

[VB.NET]
Public Function InsertTransition (ByVal insertAtFrame As Integer, ByRef pTransitionProperties() As FBTransitionProperties) As Boolean

Parameters

insertAtFrame : [in] The frame at which to insert the transition.

pTransitionProperties : [In] Pointer to an FBTransitionProperties object
 

Return Values

If the function fails, the return value is nonzero. If the function succeeds, the return value is zero.
 

See Also

The FBTransitionProperties Class  FBEditor::GetTransitions