BB FlashBack SDK: FBExportToFLVParams

FLVType

Description

Sets the codec used in the FLV export.

There are two codecs: Sorensen and Screenvideo. Sorensen is lossy compression best suited for moving video. Screenvideo is lossless compression best suited for recording of 'normal' Windows applications that do not contain moving video or complex images.

Syntax

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

[VB.NET]
Public Property FLVType As Long

Remarks

This property can take one of two values:

  • 0 = Sorenson

  • 1 = Screenvideo