BB FlashBack SDK: FBExportToQuickTimeParams

OutputSizePercentX

Description

Returns and sets the percentage scaling applied to the width of the movie, when exported.

Note: this property is deprecated in favour of OutputSizePercentXFloat.

Syntax

[C#/C++]
public long OutputSizePercentX;

[VB.NET]
Public Property OutputSizePercentX As Long

Remarks

If OutputSizeKeepAspectRatio is set to True, changing the percent scaling for the width results in the percent scaling for the height (the OutputSizePercentY property) being set to the same value.

See also

FBExportToQuickTimeParams::OutputSizeKeepAspectRatio  FBExportToQuickTimeParams::OutputSizePercentY

FBExportToQuickTimeParams::OutputSizePercentXFloat