Is there a EndPlayback callbeck for player? #757
-
I cannto find any weakly defined callback for player "endPlayback". Since i reimplemented the files handling callback (due to indexing issue) until now i implemented a callback here, but it is only usable when we are in autoNext mode. So i wonder if there is any callback somewhere that will get called at the end of playback, no matter if we are in "autoNext" mode or not. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
There are many ways to solve this. The most obvious ones are:
|
Beta Was this translation helpful? Give feedback.
-
I don't really have any preference, so I let you decide. |
Beta Was this translation helpful? Give feedback.
-
So, here is the EOF callback, so far it works fine.
|
Beta Was this translation helpful? Give feedback.
-
Will you submit a pull request ? |
Beta Was this translation helpful? Give feedback.
There are many ways to solve this. The most obvious ones are: