BB FlashBack SDK: FBMovie

PrepareSWFBatchExport

Description

Sets the Flash export settings to be used for a batch export.

Using the PrepareSWFBatchExport and SWFBatchExport methods improves performance when repeatedly exporting a movie to Flash, in particular when exporting a small number of frames many times.

Syntax

[C#/C++]
public Bool PrepareSWFBatchExport (FBExportToSWFParams *pExportParams)

[VB.NET]
Public Function PrepareSWFBatchExport (ByRef pExportParams() As FBExportToSWFParams) As Boolean
 

Parameters

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

Return Values

Returns True if the function succeeds, False if it fails.

Remarks

After setting export parameters with PrepareSWFBatchExport, call the SWFBatchExport method to export the movie to Flash using these parameters.

See Also

FBMovie::SWFBatchExport  FBMovie::IsSWFBatchExportReady