BB FlashBack SDK: FBRecorder

WebCamKeyFrames

Description

Sets the frequency of keyframes in the video stream captured from the webcam.

Syntax

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

[VB.NET]
Public Property WebCamKeyFrames As Integer

Remarks

This value should be greater than or equal to 1. It sets the number of frames between keyframes in the webcam video capture. Higher values mean less keyframes, and smaller files, but lower quality.  A value of 1 would mean that every frame is a keyframe.

A value of 30 should give a fair balance between filesize and quality.

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