BB FlashBack SDK: FBMovie

GetDefaultFLVParams

Description

Fills out an FBExportToFLVParams object with the default FLV export parameters.

Syntax

[C#/C++]
public void GetDefaultFLVParams (FBExportToFLVParams* pParams);

[VB.NET]
Public Sub GetDefaultFLVParams (ByRef pParams As FBExportToFLVParams)

Parameters

pParams (in) : pointer to an FBExportToFLVParams object.

Remarks

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

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

See Also

About export parameter classes  FBMovie::ExportToFLV