BB FlashBack SDK: FBRecorder

FramesPerSec

Description

Returns and sets the number of frames to be recorded per second, when a compatibility record mode is to be used (GDI or DirectX mode) instead of the capture driver.

Syntax

[C#/C++]
public: Float FramesPerSec;

[VB.NET]
Public Property FramesPerSec As Single
 

Remarks

FramesPerSec can be < 1. For instance, a value of 0.1 would mean one frame is recorded every 10 seconds.

If the frames per second is too high, recording may produce a noticeable impact on PC performance.

The TimeBetweenFrameRecord property also sets the number of frames recorded per second, by stating the time between frame captures. Setting either of FramesPerSec or TimeBetweenFrameRecord automatically sets the other property.

The TestCompatibilityRecordMode method measures video hardware performance to return a sensible recommended value for FramesPerSec, TimeBetweenFrameRecord and CompatibilityMode.

This property is not used if capture driver record mode or bitmap record mode are used.
 

See also

FBRecorder::TestCompatibilityRecordMode  FBRecorder::CompatibilityMode