BB FlashBack SDK: FBRecorder

BitmapModeScreenHeight

Description

When recording in 'bitmap' mode, this property sets the height of the movie.
 

Syntax

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

[VB.NET]
public Property BitmapModeScreenHeight As Long

Remarks

The CompatibilityMode property can set the recording mode to 'bitmap' mode. When in this mode, screen changes are not recorded. Instead, bitmaps are sent to FBRecorder via the AddBitmapByHandle and AddBitmapFromMemory methods and these bitmaps form the frames of the movie.
 

See Also

FBRecorder::BitmapModeScreenWidth  FBRecorder::AddBitmapByHandle  FBRecorder::AddBitmapFromMemory  FBRecorder::CompatibilityMode