BB FlashBack SDK: FBExportToFLVParams

ShowOptions

Description

Determines the action taken on passing the FBExportToFLVParams object to FBMovie::ExportToFLV.

Syntax

[C#/C++]
public Bool ShowOptions;

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

If ShowOptions is set to True, and the FBExportToFLVParams object is passed to the FBMovie::ExportToFLV method, a dialog is displayed that enables the user to set export options.

If ShowOptions is set to False, and the FBExportToFLVParams object is passed to the FBMovie::ExportToFLV method, the export uses the properties of the FBExportToFLVParams object and does not show the export options dialog.

See Also

FBMovie::ExportToFLV