BB FlashBack SDK: FBExportToFLVParams

OutputSizePercentX

Description

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

Syntax

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

[VB.NET]
Public Property OutputSizePercentX As Long

Remarks

If OutputSizeKeepAspectRatio is set to True, changing the percent scaling for the width results in the percent scaling for the height (the OutputSizePercentY property) being set to the same value.

See also

FBExportToFLVParams::OutputSizeKeepAspectRatio  FBExportToFLVParams::OutputSizePercentY