BB FlashBack SDK: FBExportToMP4Params

VideoQualityMode

Description

Sets whether the quality and filesize of the exported movie are set by the VideoBitrate parameter or the VideoQuality parameter.

Syntax

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

[VB.NET]
Public Property VideoQualityMode As Long

Remarks

When set to 0, the VideoQuality parameter is used. When set to 1, the VideoBitrate parameter is used.

See also

FBExportToMP4Params:VideoQuality  FBExportToMP4Params:VideoBitrate