BB FlashBack SDK: FBExportToFLVParams

OutputSizeKeepAspectRatio

Description

Returns and sets the value that determines whether the aspect ratio of the movie is maintained when its width or height are altered via the OutputSizePercentX or OutputSizePercentY properties.

Syntax

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

[VB.NET]
Public Property OutputSizeKeepAspectRatio As Boolean

Remarks

If this property is set to True, altering OutputSizePercentX or OutputSizePercentY automatically changes the other percentage to the same value, to maintain the aspect ratio of the movie.

See also

FBExportToFLVParams:OutputSizePercentX  FBExportToFLVParams::OutputSizePercentY