BB FlashBack SDK: FBEditor

AppendMovie

Description

Appends a FlashBack (.FBR) movie file onto the end of the current movie.

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

Syntax

[C#/C++]
public Bool AppendMovie (BSTR filename);

[VB.NET]
Public Function AppendMovie (ByVal filename As String)

Parameters

filename (in) - name of the FlashBack movie file to append onto the currently open movie.

Return Values

Returns zero if unsuccessful, non-zero if successful.