Search found 3 matches

Go to advanced search

by whalehead
18 Nov 2022 23:07
Forum: Development around libVLC
Topic: what do I use to know when a song has ended?
Replies: 3
Views: 1265

Re: what do I use to know when a song has ended?

I have searched and searched for 'MediaPlayerEndReached' and I cannot find it anywhere in the documentation at 'https : // videolan.videolan.me/vlc'. I've done google searches for 'MediaPlayerEndReached' and they appear to point to callbacks that no longer exist? Forum posts from 2008. Can anyone gi...
by whalehead
15 Nov 2022 14:20
Forum: Development around libVLC
Topic: what do I use to know when a song has ended?
Replies: 3
Views: 1265

Re: what do I use to know when a song has ended?

There are events on the mediaplayer type that you can use to get notified of things. They are callbacks. The one you'd want is likely `MediaPlayerEndReached` Thanks! Now I have to learn how to use callbacks through my uFFI (unified Foreign Function Interface) facility in my IDE. hehe, always someth...
by whalehead
10 Nov 2022 16:51
Forum: Development around libVLC
Topic: what do I use to know when a song has ended?
Replies: 3
Views: 1265

what do I use to know when a song has ended?

Hello all, first post. I'm working with libVLC through a smalltalk FFI interface. I'm managing my playlists and sending a track to mediaPlayer one at a time (I'm not using mediaListPlayer - as I want to manage the playlist myself). However, I need to know when a song ends (not stopped, per se, but e...

Go to advanced search