BB FlashBack SDK: FBExportToMP4Params

OutputSizePercentYFloat

Description

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

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

Syntax

[C#/C++]
public float OutputSizePercentYFloat;

[VB.NET]
Public Property OutputSizePercentYFloat As Single

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:OutputSizeY  FBExportToMP4Params::OutputSizePercentXFloat  FBExportToMP4Params:ScaleToPercents