BB FlashBack SDK: FBExportToFLVParams

FLVBitrate

Description

Sets the bitrate of the export in kilobits per second.

Syntax

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

[VB.NET]
Public Property FLVBitrate As Long
 

Remarks

The higher the bitrate, the higher the image quality of the export. This property defaults to 500 KBits per second.

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

See also

FBExportToFLVParams::QualityMode