BB FlashBack SDK: FBRecorder

Pause

Description

Returns or sets the pause state of the current recording.

Set this property to True while recording to pause the recording. Then set it to False to restart the recording.

Syntax

[C#/C++]
public: Bool Pause

[VB.NET]
Public Property Pause As Boolean

Remarks

Call the Start method to begin a recording before using this property.

See Also

Start method