How to update slider pos while playing
Posted: 07 Mar 2011 14:29
Hi, I am using vlc in MFC, on my dialog based app, i put a slider on the main dialog, now can use libvlc_media_player_set_position to set the pos, but I need auto update the pos as the movie is playing, i read some code in vlc, there is some event that relate to it, my question is how can i capture those event in MFC for my updating slider pos?