BB FlashBack SDK: FBRecorder

IsDriverInstalled

Description

Use this to check whether the capture driver has been installed and is available for use

Syntax

[C#/C++]
public: Bool IsDriverInstalled

[VB.NET]
Public ReadOnly Property IsDriverInstalled As Boolean

Remarks

Always check this property before changing the RecordMode property to record using the capture driver. If the driver is not installed, call the CanDriverBeInstalled method to determine if it can be installed on the target system. Some systems may not permit installing the capture driver.

Note: reading this property will cause a brief screen blank because it initialises the driver in order to check it. Use FBRecorder::IsDriverVersionOk to check the presence of the driver without causing a screen blank.

See Also

RecordMode property, InstallDriver method, CanDriverBeInstalled method