Click or drag to resize
Accord.NET (logo)

AVIFileVideoSourcePlayingFinished Event

Video playing finished event.

Namespace:  Accord.Video.VFW
Assembly:  Accord.Video.VFW (in Accord.Video.VFW.dll) Version: 3.8.0
Syntax
public event PlayingFinishedEventHandler PlayingFinished
Request Example View Source

Value

Type: Accord.VideoPlayingFinishedEventHandler

Implements

IVideoSourcePlayingFinished
Remarks

This event is used to notify clients that the video playing has finished.

See Also