BB FlashBack SDK: FBRecorder

RecordMode

Description

Returns or sets the recording mode to use.

Syntax

[C#/C++]
public: long RecordMode

[VB.NET]
Public Property RecordMode As Long

Value Description
0 Record using compatibility mode
1 Record using capture driver

Remarks

The capture driver provides screen recordings with lossless image quality and minimal impact on PC performance.

In order to record with the capture driver, the capture driver must have already been installed using the InstallDriver method and the success of the installation checked with the CheckDriver method.

Use the IsDriverInstalled property to determine whether the capture driver has been installed and is available for use.

Some systems may not permit installing/using the capture driver. In these cases, fall back to recording in compatibility mode.

The type of compatibility mode used is determined by the CompatibilityMode property.

See Also

IsDriverInstalled property, SetPlainWallpaper property, TurnOffUIEffects property, DisableShowWinContents property, InstallDriver method