BB FlashBack SDK: FBExportToQuickTimeParams

OutputSizeY

Description

Returns and sets the height of the movie in pixels, when exported.

Syntax

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

[VB.NET]
Public Property OutputSizeY As Long

Remarks

If OutputSizeKeepAspectRatio is set to True, changing the height results in the width (the OutputSizeX property) being set accordingly.

See also

FBExportToQuickTimeParams:OutputSizeKeepAspectRatio  FBExportToQuickTimeParams::OutputSizeX  FBExportToQuickTimeParams::ScaleToPercents