Click or drag to resize
Accord.NET (logo)

AVIWriterFrameRate Property

Desired playing frame rate.

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

Property Value

Type: Int32
Remarks

The property sets the video frame rate, which should be use during playing of the video to be saved.

Note Note
The property should be set befor opening new file to take effect.

Default frame rate is set to 25.

See Also