BB FlashBack SDK: FBExportToAVIParams

OutputSizePercentY

Description

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

Note: this parameter is deprecated in favour of OutputSizePercentYFloat.

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

FBExportToAVIParams:OutputSizeKeepAspectRatio  FBExportToAVIParams::OutputSizePercentX

FBExportToAVIParams::OutputSizePercentYFloat