BB FlashBack SDK: FBRecorder

UseWebCamForBitmapMode

Description

When this property is set to True, the FBRecorder::AddBitmapByHandle and FBRecorder::AddBitmapFromMemory methods save bitmaps into the WebCam video stream instead of the main recording. The advantage of this is that the bitmaps are compressed using FLV encoding.

The resulting FBR file will have a WebCam video stream, and a main recording consisting entirely of empty frames.

See About Record Modes for information about bitmap recording mode.

Syntax

[C#/C++]
public: Bool UseWebCamForBitmapMode;

[VB.NET]
Public Property UseWebCamForBitmapMode As Boolean

See Also

FBRecorder::AddBitmapByHandle  FBRecorder::AddBitmapFromMemory