BB FlashBack SDK: FBExportToMP4Params

OutputSizePercentY

Description

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

Note: this property is deprecated in favour of OutputSizePercentYFloat.

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

Syntax

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

[VB.NET]
Public Property OutputSizePercentY As Long

Remarks

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

See also

FBExportToMP4Params::OutputSizeKeepAspectRatio  FBExportToMP4Params::OutputSizePercentYFloat