BB FlashBack SDK: FBMovie

ExportToFLV

Description

Exports the movie to Flash Video (FLV) format, with a specified filename and parameters.

Syntax

[C#/C++]
public Bool ExportToFLV (String sFileName, FBExportToFLVParams *pExportParams)

[VB.NET]
Public Function ExportToFLV (ByVal sFileName As String, ByRef pExportParams() As FBExportToFLVParams) As Boolean

Parameters

sFileName : the name of the FLV file to be created.

pExportParams : pointer to an FBExportToFLVParams object that contains the parameters to be used in the export process.

Return Values

If the function fails, the return value is zero.

If the function succeeds, the return value is non-zero.
 

Remarks

ProgressorEvent events will be generated on the FBEditor object while the export process runs, enabling implementation of a progress indicator.

See Also

FBEditor::ProgressorEvent  About Export Parameter classes