BB FlashBack SDK: FBExportToQuickTimeParams

ShowOptions

Description

Determines the action taken on passing the FBExportToQuickTimeParams object to FBMovie::ExportToQuickTime.

Syntax

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

[VB.NET]
Public Property ShowOptions As Boolean

Remarks

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

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

See Also

FBMovie::ExportToQuickTime