BB FlashBack SDK: FBMovie

SaveFramesAsNewMovie

Description

Saves a sequence of frames to a new FBR movie file.
 

Syntax

[C#/C++]
public Bool SaveFramesAsNewMovie (BSTR FileName, long StartFrame, long EndFrame);

[VB.NET]
Public Function SaveFramesAsNewMovie (ByVal FileName As String, ByVal StartFrame As Long, ByVal EndFrame As Long) As Boolean
 

Parameters

FileName - name of the new FBR file to save.

StartFrame - number of the frame that starts the sequence to be saved.

EndFrame - number of the frame that ends the sequence to be saved.
 

Return Values

If the function fails, the return value is zero.