Click or drag to resize
Accord.NET (logo)

AVIFileVideoSourceFrameIntervalFromSource Property

Get frame interval from source or use manually specified.

Namespace:  Accord.Video.VFW
Assembly:  Accord.Video.VFW (in Accord.Video.VFW.dll) Version: 3.8.0
Syntax
public bool FrameIntervalFromSource { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The property specifies which frame rate to use for video playing. If the property is set to , then video is played with original frame rate, which is set in source AVI file. If the property is set to , then custom frame rate is used, which is calculated based on the manually specified frame interval.

Default value is set to .

See Also