You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stopped event may occur whether the media finished or not - but it is (probably) the most common use-case to know when media actually finished (so the next one can be played).
This is complicated by the fact that "stopping" now seems to be raised whether the media reached the end or was explicitly stopped - so how do you determine the difference? In this sense, stopping is NOT a compatible replacement for end reached.
The native event manager changed end reached to stopping.
vlcj used end reached for its finished event.
Since stopping does not seem semantically the same as finished, the event was changed in vlcj also.
But it would be better to keep the finished event in vlcj if that is possible.
The text was updated successfully, but these errors were encountered: