andreipitis / ASPVideoPlayer

A simple video player that allow animations to be performed on the view during playback.
MIT License
89 stars 43 forks source link

How to detect stopping video #29

Closed bluekey630 closed 6 years ago

bluekey630 commented 6 years ago

I am using ASPVideoPlayer I need to detect stopping video, so I need to go to other screen at that time

andreipitis commented 6 years ago

Hi @bluekey630 ,

ASPVideoPlayer does not currently support this functionality, only ASPVideoPlayerView does. I will try to add the callback functionality to ASPVideoPlayer soon.

andreipitis commented 6 years ago

Version 4.1.0 adds a delegate property to ASPVideoPlayer to handle events.