BB FlashBack SDK: FBExportToFLVParams

KeyFrameRate

Description

Returns and sets the frequency of keyframes in the exported movie.

When set to 1, this would mean that every frame is a keyframe. If set to 10, for example, every 10th frame would be a keyframe.

The more keyframes in the exported video, the better the quality but the larger the filesize.

Syntax

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

[VB.NET]
Public Property KeyFrameRate As Integer