BB FlashBack SDK: FBRecorder

RecordMonitor

Description

Sets whether a monitor should be recorded or not. By default, only the primary monitor is recorded.

Syntax

[C#/C++]
Public void RecordMonitor (long index, Bool doRecord)

[VB.NET]
public Sub RecordMonitor (ByVal index as Integer, ByVal doRecord as Boolean)

Parameters

index (in) - index of the monitor to select or deselect for recording

doRecord (in) - boolean indicating whether the monitor is to be recorded

Remarks

Use FBRecorder::MonitorsCount to find out how many monitors are available. Use FBRecorder::RecordMonitor to set which will be recorded. Monitors are automatically selected for recording if a region or window is set using FBRecorder::SetRecordRegion, FBRecorder::SetProcessId, FBRecorder::RegionFromHWND and FBRecorder::AddWndToList.

See Also

FBRecorder::GetMonitor  FBRecorder::MonitorsCount