BB FlashBack SDK: FBExportToQuickTimeParams

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.

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

FBExportToQuickTimeParams:OutputSizeKeepAspectRatio  FBExportToQuickTimeParams::OutputSizePercentX

FBExportToQuickTimeParams::OutputSizePercentYFloat