Click or drag to resize
Accord.NET (logo)

AVIReaderPosition Property

Current position in video stream.

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

Property Value

Type: Int32
Remarks
Setting position outside of video range, will lead to reseting position to the start.
See Also