BB FlashBack SDK: FBExportToFLVParams

QualityMode

Description

Sets whether the quality and filesize of the exported movie are set by the FLVBitrate parameter or the Quality parameter.

Syntax

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

[VB.NET]
Public Property QualityMode As Long

Remarks

When set to 0, the Quality parameter is used. When set to 1, the FLVBitrate parameter is used.

See also

FBExportToFLVParams::Quality  FBExportToFLVParams::FLVBitrate