BB FlashBack SDK: FBExportToFLVParams

OutputSizeX

Description

Returns and sets the width of the movie in pixels, when exported.

Syntax

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

[VB.NET]
Public Property OutputSizeX As Long

Remarks

If OutputSizeKeepAspectRatio is set to True, changing the width results in the height (the OutputSizeY property) being set accordingly.

See also

FBExportToFLVParams:OutputSizeKeepAspectRatio  FBExportToFLVParams::OutputSizeY