BB FlashBack SDK: FBRecorder

CompatibilityMode

Description

Sets the recording mode to be used, if the capture driver is not to be used. Record modes that do not use the capture driver are referred to as 'compatibility' modes.

Syntax

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

[VB.NET]
Public Property CompatibilityMode As Long
 

Remarks

The compatibility record modes are selected by this property as follows:

Value

Mode

0

GDI mode

1

DirectX mode

2

Bitmap mode

3

MPEG mode

Note: DirectX mode is not available on Windows Vista or 7. An OnError event is generated if CompatibilityMode is set to 1 when running on Vista.

Note: DirectX mode can only record the primary monitor.

See Also

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