BB FlashBack SDK: FBExportToQuickTimeParams

KeyFrame

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 KeyFrame;

[VB.NET]
Public Property KeyFrame As Integer

See also

FBExportToQuickTimeParams::Quality  FBExportToQuickTimeParams::DataRateType  FBExportToQuickTimeParams::DataRate  FBExportToQuickTimeParams::DataRateMin  FBExportToQuickTimeParams::DataRateMax   FBExportToQuickTimeParams::Multipass