BB FlashBack SDK: FBRecorder

DCIManagerEnabled

Description

Certain types of program, such as some .NET or WinForms applications, make use of DCI - a feature of DirectX that enables drawing direct to the screen. Windows that use DCI cannot be recorded by FBRecorder, regardless of the Record mode used.

Setting DCIManagerEnabled to True disables DCI support while FBRecorder is running, and forces applications to use conventional GDI or GDI+ drawing that can be recorded successfully.
 

Syntax

[C#/C++]
public: Bool DCIManagerEnabled;

[VB.NET]
Public Property DCIManagerEnabled As Boolean
 

Remarks

Set to False by default.

DCI enabled applications started while FBRecorder is running and DCIManagerEnabled set to True will be unable to use DCI. DCI enabled applications started before FBRecorder will continue to use DCI.