BB FlashBack SDK: FBExportToMP4Params

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 OutputSizePercentXFloat or OutputSizePercentYFloat properties.

Syntax

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

[VB.NET]
Public Property OutputSizeKeepAspectRatio As Boolean

Remarks

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

See also

FBExportToMP4Params:OutputSizePercentXFloat  FBExportToMP4Params::OutputSizePercentYFloat