BB FlashBack SDK: FBExportToFLVParams

ScaleToPercents

Description

Determines whether percent scaling or pixel sizes should be used to set the dimensions of the exported movie.

The parameters OutputSizeX and OutputSizeY set the pixel size.

The parameters OutputSizePercentXFloat and OutputSizePercentYFloat (and the deprecated parameters OutputSizePercentX and OutputSizePercentY) set the percent scaling.

Syntax

[C#/C++]
public Bool ScaleToPercents;

[VB.NET]
Public Property ScaleToPercents As Boolean

See Also

FBExportToFLVParams:OutputSizeKeepAspectRatio  FBExportToFLVParams::OutputSizePercentXFloat  FBExportToFLVParams::OutputSizePercentYFloat  FBExportToFLVParams::OutputSizeY  FBExportToFLVParams::OutputSizeX