Click or drag to resize
Accord.NET (logo)

AVIWriterPosition 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; }
Request Example View Source

Property Value

Type: Int32
Remarks

The property tell current position in video stream, which actually equals to the amount of frames added using AddFrame(Bitmap) method.

See Also