BB FlashBack SDK: FBRecorder

GetCurrentMonitor

Description

Returns the index of the monitor currently selected for recording.

Select a monitor for recording with FBRecorder::SelectMonitor.

Syntax

[C#/C++]
Public long GetCurrentMonitor ();

[VB.NET]
public Function GetCurrentMonitor () as Integer

Remarks

Use FBRecorder::MonitorsCount to get the number of attached monitors. Use FBRecorder::GetMonitor to get information about a specified monitor. Use FBRecorder::SelectMonitor to set the monitor to record.

See Also

FBRecorder::SelectMonitor  FBRecorder::MonitorsCount  FBRecorder::GetMonitor