BB FlashBack SDK: FBRecorder

KeyFramesFrequency

Description

Sets the frequency of keyframes in the recording. Keyframes are fullscreen images. The more keyframes you have, the quicker it is to display random frames within the movie, and it can decrease the time take to export a selection of frames. However, more keyframes means a larger FBR movie file.

Syntax

[C#/C++]
public: long KeyFramesFrequency;

[VB.NET]
Public Property KeyFramesFrequency As Integer

Remarks

This property can take one of 4 values:

0

No keyframes (smallest FBR file)

1

Low keyframes

2

More keyframes

3

Maximum keyframes (largest FBR file)