DirectX.Capture Class Library

Capture.PreviewFrameRate Property

Gets and sets the frame rate used to preview video.

public double PreviewFrameRate {get; set;}

Remarks

Common frame rates: 24 fps for film, 25 for PAL, 29.997 for NTSC. Not all NTSC capture cards can capture at exactly 29.997 fps. Not all frame rates are supported. When changing the frame rate, the closest supported frame rate will be used.

Not all devices support getting/setting this property. If this property is not supported, accessing it will throw and exception.

The frame rate used to capture video can be different than the frame rate used in preview.

This property cannot be changed while capturing. Changing this property while preview is enabled will cause some fickering while the internal filter graph is partially rebuilt. Changing this property while cued will cancel the cue. Call Cue() again to re-cue the capture.

See Also

Capture Class | Capture Members | DirectX.Capture Namespace