BB FlashBack SDK: FBRecorder

Stop

Description

Stops recording. Returns a boolean value indicating whether the recording has successfully stopped.
 

Syntax

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

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

Remarks

When recording stops, a .FBR movie file with name defined by FBRecorder::Filename will be created. During this process the OnCloseOutputFile and CloseFilesProgress events handlers will be called.
 

See Also

FBRecorder::RecordMode  FBRecorder::Pause  FBRecorder::Start  FBRecorder::Filename

FBRecorder::OnCloseOutputFile  FBRecorder::CloseFilesProgress