BB FlashBack SDK: FBRecorder

TimeBetweenFrameRecord

Description

Returns and sets the delay in milliseconds between recording frames, when DirectX or GDI record modes are used.

Syntax

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

[VB.NET]
Public Property TimeBetweenFrameRecord As Long

Remarks

By varying this value, the frames recorded per second can be set. If the frames per second is too high, recording may produce a noticeable impact on PC performance.

The FramesPerSec property also sets the number of frames recorded per second, by setting the number of frames to be recorder per second. 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 Delay and CompatibilityMode.

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

 

See also

FBRecorder::TestCompatibilityRecordMode  FBRecorder::CompatibilityMode