BB FlashBack SDK: FBRecorder

GetRecordMonitor

Description

Gets a value indicating whether a monitor will be recorded or not.

Syntax

[C#/C++]
Public void GetRecordMonitor (long index, Bool* toRecord)

[VB.NET]
public sub GetRecordMonitor (ByVal index as Integer, ByRef toRecord as Boolean)

Parameters

index (in) - index of the monitor to query

toRecord (out) - boolean indicating whether the monitor is selected 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  FBRecorder::RecordMonitor