BB FlashBack SDK: FBRecorder

RegionRecordingType

Description

Determines what region will be recorded. This property is used only if UseRegion is set to True.
 

Syntax

[C#/C++]
public long RegionRecordingType;

[VB.NET]
public Property RegionRecordingType as Long;

Remarks

This property can take one of these values:

Value

Region recorded

0

Entire desktop

1

Region defined by properties RegionHeight, RegionWidth, RegionX, RegionY

2

Records movie with dimensions of entire desktop, but only records changes to windows contained in the window list created by calls to FBRecorder::AddWndToList.

3

Records movie with dimensions of entire desktop, but only records changes to windows owned by the process specified by call to FBRecorder::SetProcessId.

Regions will only be used when UseRegion is set to True. Otherwise the entire desktop will be recorded.

See Recording Windows and Regions for more detailed help.

See Also

FBRecorder::RegionHeight  FBRecorder::RegionWidth  FBRecorder::RegionX  FBRecorder::RegionY FBRecorder::SetProcessId  FBRecorder::AddWndToList  FBRecorder::UseRegion