BB FlashBack SDK: FBMovie

GetDefaultWMVParams

Description

Fills out an FBExportToWMVParams object with the default WMV export parameters.

Syntax

[C#/C++]
public void GetDefaultWMVParams (FBExportToWMVParams* pParams);

[VB.NET]
Public Sub GetDefaultWMVParams (ByRef pParams As FBExportToWMVParams)

Parameters

pParams (in) : pointer to an FBExportToWMVParams object.

Remarks

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

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

See Also

About export parameter classes  FBMovie::ExportToWMV