BB FlashBack SDK: FBRecorder

SelectMonitor

Description

Sets the monitor that FBRecorder will record.

Use FBRecorder::GetCurrentMonitor to get the index of the selected monitor.

Use FBRecorder::MonitorsCount and FBRecorder::GetMonitor to get information on attached monitors.
 

Syntax

[C#/C++]
Public void SelectMonitor (long index)

[VB.NET]
public Sub SelectMonitor (ByVal index as Integer)
 

Remarks

DirectX and capture driver record modes can only record the primary monitor.
 

See Also

FBRecorder::GetMonitor  FBRecorder::MonitorsCount  FBRecorder::GetCurrentMonitor