BB FlashBack SDK: FBExportToAVIParams

OutputSizePercentX

Description

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

Note: this parameter 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

FBExportToAVIParams:OutputSizeKeepAspectRatio  FBExportToAVIParams::OutputSizePercentY

FBExportToAVIParams::OutputSizePercentXFloat