BB FlashBack SDK: FBExportToMP4Params

OutputSizeY

Description

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

Note: if FreeScaling is set to False, limits are imposed on the export dimensions by the DeviceType property.

Syntax

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

[VB.NET]
Public Property OutputSizeY As Long

Remarks

If ScaleToPercents is set True, OutputSizePercentXFloat and OutputSizePercentYFloat are used to scale the export. if ScaleToPercents is set to False, OutputSizeX and OutputSizeY are used to scale the export to an exact pixel size.

See also

FBExportToMP4Params:OutputSizeX  FBExportToMP4Params:OutputSizePercentXFloat  FBExportToMP4Params::OutputSizePercentYFloat  FBExportToMP4Params:ScaleToPercents