BB FlashBack SDK: FBRecorder

IsDriverVersionOK

Description

Checks whether the capture driver is installed on the PC and the version of the driver is acceptable for use with the current instance of the recording control.

Note: this method checks for the presence of the capture driver without causing a screen blank, unlike FBRecorder::IsDriverInstalled which does cause a blank.

Syntax

[C#/C++]
public: Bool IsDriverVersionOK()

[VB.NET]
Public Function IsDriverVersionOK() As Boolean

See Also

IsDriverInstalled property, InstallDriver method, UninstallDriver method, CanDriverBeInstalled method