mohamadDev / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Request: Missing an event for when clip is done running #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using:
AForge.Net version 1.7.0
Microsoft Windows XP Professional SP 3

Could use an event to fire from FileVideoSource when a clip is done 
running.

Original issue reported on code.google.com by thomas.r...@gmail.com on 3 Jun 2009 at 2:24

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 4 Jun 2009 at 9:00

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 18 Aug 2009 at 2:16

GoogleCodeExporter commented 9 years ago
Added PlayingFinished event to IVideoSource interface. Streams don't support 
it, but 
file based video source support it. VideoSourcePlayer was updated to handle 
this 
event.

Added in revision 1040. Will be released in 2.0.1 version.

Original comment by andrew.k...@gmail.com on 18 Aug 2009 at 3:34

GoogleCodeExporter commented 9 years ago
Updated in revision 1050.

Video source classes are changed to fire PlayingFinished in any case. When the 
event 
is fires video source must tell its reason - stooped by user or end of stream 
was 
reached.

Original comment by andrew.k...@gmail.com on 27 Aug 2009 at 1:57

GoogleCodeExporter commented 9 years ago
Thanks, amazing. can't wait to try it out :) Thanks

Original comment by thomas.r...@gmail.com on 27 Aug 2009 at 6:58

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 19 Sep 2009 at 7:11