BB FlashBack SDK: FBExportToMP4Params

KeyFrames

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

[VB.NET]
Public Property KeyFrames As Integer

See also

FBExportToMP4Params::FrameRate