BB FlashBack SDK: FBExportToQuickTimeParams

OutputSizeX

Description

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

Syntax

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

[VB.NET]
Public Property OutputSizeX As Long

Remarks

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

See also

FBExportToQuickTimeParams:OutputSizeKeepAspectRatio  FBExportToQuickTimeParams::OutputSizeY  FBExportToQuickTimeParams::ScaleToPercents