BB FlashBack SDK: FBMovie

GetDefaultAVIParams

Description

Fills out an FBExportToAVIParams object with the default AVI export parameters.

Syntax

[C#/C++]
public void GetDefaultAVIParams (FBExportToAVIParams* pParams);

[VB.NET]
Public Sub GetDefaultAVIParams (ByRef pParams As FBExportToAVIParams)

Parameters

pParams (in) : pointer to an FBExportToAVIParams object.

Remarks

The FBExportToAVIParams object filled out by this method can be passed to a call to ExportToAVI. If its ShowOptions parameter is set to True, a standard options dialog is shown enabling the user to change export parameters.

When the AVI export parameters are changed by the user via the options dialog, these become the new defaults and will be returned from GetDefaultAVIParams the next time it is called.

See Also

About export parameter classes  FBMovie::ExportToAVI