BB FlashBack SDK: FBRecorder

SaveAndContinue

Description

Saves the current recording to a specified file and continues recording.

Events recorded after calling this method are saved into a new file.

Syntax

[C#/C++]
public Bool SaveAndContinue(BSTR FileName, Bool ResetCounter)

[VB.NET]
Public Overrideable Function SaveAndContinue(String FileName, Boolean ResetCounter) As Boolean
 

Parameters

FileName (in) : name of the file into which the recording should be saved.

ResetCounter (in) : resets to zero the IDs of objects (textboxes, images, markers) in the new movie file that FBRecorder continues to record after saving.

i.e. set this to True to have the IDs of objects in this continued recording start from zero. Set this to False to have object IDs continue on from the saved recording.

Return values

Returns True if recording is successfully saved. Returns False if the save was not successful.
 

See Also

FBRecorder::Pause  FBRecorder::Stop method  FBRecorder::Filename  FBRecorder::PauseAndSave