BB FlashBack SDK: FBRecorder

GetRecordMonitorsDesktopSize

Description

Returns the size of the region that will be recorded. The region includes all recorded monitors.

Syntax

[C#/C++]
Public void GetRecordMonitorsDesktopSize (long* width, long* height)

[VB.NET]
public sub GetRecordMonitorsDesktopSize (ByRef width as Integer, ByRef height as Integer)

Parameters

width (out) - width of the recorded region

height (out) - height of the recorded region

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.

FBRecorder::GetRecordMonitorsDesktopWidth returns the position and size of the recorded region.

See Also

FBRecorder::GetMonitor  FBRecorder::MonitorsCount  FBRecorder::RecordMonitor  FBRecorder::GetRecordMonitorsDesktopWidth