BB FlashBack SDK: FBExportToFLVParams

Quality

Description

Sets and returns the video quality used when exporting FLV files.

Syntax

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

[VB.NET]
Public Property Quality As Long

Remarks

This value ranges from 1-100, where 1 is the lowest quality and 100 is the highest. The higher the quality, the larger the FLV file exported.

The parameter is used when the QualityMode parameter is set to 0.

See also

FBExportToFLVParams::QualityMode