BB FlashBack SDK: FBRecorder

Delay

Description

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

Syntax

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

[VB.NET]
Public Property Delay 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 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