BB FlashBack SDK: FBExportToMP4Params

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.

Note: if FreeScaling is set to False, limits are imposed on the export dimensions by the DeviceType property

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

FBExportToMP4Params::OutputSizeKeepAspectRatio  FBExportToMP4Params::OutputSizePercentY

FBExportToMP4Params::OutputSizePercentXFloat