Click or drag to resize
Accord.NET (logo)

VideoCapabilitiesFrameRate Property

Note: This API is now obsolete.

Frame rate supported by video device for corresponding frame size.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("No longer supported. Use AverageFrameRate instead.")]
public int FrameRate { get; }
Request Example View Source

Property Value

Type: Int32
Remarks

Note Note
This field is depricated - should not be used. Its value equals to AverageFrameRate.

See Also