BB FlashBack SDK: FBRecorder

TestCompatibilityRecordMode

Description

Tests the capabilities of the PC graphics hardware and returns a recommended compatibility mode and frame rate.

Syntax

[C#/C++]
public void TestCompatibilityRecordMode (long *pRecordMode, long *pMaxDelay)

[VB.NET]
Public Sub TestCompatibilityRecordMode (ByRef pRecordMode() As Long, ByRef pMaxDelay() As Long)

Parameters

pRecordMode - pointer to a long variable that will be filled with the recommended compatibility mode recommended for use on the PC.

See Also

FBRecorder::CompatibilityMode