BB FlashBack SDK: FBRecorder

RecordSingleMonitor

Description

Sets the index of the only monitor to be recorded, effectively deselecting the other monitors. This could be achieved using  FBRecorder::RecordMonitor, but RecordSingleMonitor provides a simpler API.

Syntax

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

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

Parameters

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

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