BB FlashBack SDK: FBRecorder

Start

Description

Starts a screen recording. Returns a boolean value indicating whether the recording has successfully started.

Syntax

[C#/C++]
public: Bool Start()

[VB.NET]
Public Overridable Function Start() As Boolean

Remarks

Set the Filename property before recording, to set the name of the movie file that will be created.

The RecordMode property determines whether the screen capture driver will be used during the recording.

See Also

RecordMode property, Pause property, Stop method, Filename property