BB FlashBack SDK: FBRecorder

WebCamFormatsCount

Description

Returns the number of video formats available to the attached webcam.

Syntax

[C#/C++]
public: long WebCamFormatsCount;

[VB.NET]
Public Property WebCamFormatsCount As Integer

Remarks

Use GetWebCamFormat to get the name of the format. Use SelectWebCamFormat to set this format for use in webcam recording.

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