BB FlashBack SDK: FBRecorder

GetWebCamSource

Description

Returns the name of a webcam source, identified by its index. Get the number of webcam sources available via the WebCamSourcesCount property. Select a webcam source via the SelectWebCamSource method.

Syntax

[C#/C++]
public BSTR GetWebCamSource (long index);

[VB.NET]
Public Function GetWebCamSource (ByVal index As Integer) As Integer

Parameters

index (in) - the index of the source.
 

Return values

The name of the webcam video source.

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