BB FlashBack SDK: FBRecorder

RecordWebCamToFile

Description

Records output from an attached webcam to a file. This operates independently of the screen recording functions - you do not need to be recording from the screen while recording from the webcam.

Syntax

[C#/C++]
public Bool RecordWebCamToFile (BSTR FileName, Bool Start)

[VB.NET]
Public Function RecordWebCamToFile (ByVal FileName As String, ByVal Start As Boolean) As Boolean

Parameters

FileName (in) - handle of the parent window of the test dialog.

Start (in) - set this to True to start recording, set to False to stop recording.
 

Return values

Returns True if successful.

See Also

FBRecorder::UseWebCam  FBRecorder::WebCamKeyFrames  FBRecorder::WebCamQuality  FBRecorder::SetWebCamParameters

FBRecorder::SelectWebCamSource  FBRecorder::SelectWebCamFormat

FBRecorder::TestWebCam  FBRecorder::RecordWebCamToFile

FBRecorder::WebCamFormatsCount  FBRecorder::WebCamSourcesCount  FBRecorder::WebCamSourceAvailable

FBRecorder::GetSelectedWebCamFormat  FBRecorder::GetSelectedWebCamSource  FBRecorder::GetWebCamFormat  FBRecorder::GetWebCamSource  FBRecorder::GetWebCamProperties