Click or drag to resize
Accord.NET (logo)

AsyncVideoSourcePlayingFinished Event

Video playing finished event.

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

Note Note
Unlike NewFrame event, this event is simply redirected to the corresponding event of the NestedVideoSource, so it is fired from the thread of the nested video source.

See Also