Click or drag to resize
Accord.NET (logo)

FileVideoSourcePlayingFinished Event

Video playing finished event.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.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