Hi,
after intensive searching (forum, doxygen and vlc sources) I did not found what I desperately need, accept the "chapterChanged" event in /vlc.1.0.x/modules/qt4...
Is there any chance to catch such an event automaticly in libvlc? I want to catch the event automaticly when the player changes to a new chapter in a title. NOT by user interaction!
e.g.:
I wan´t to play a special chapter from an dvd-title and at the moment the player reaches the next chapter (see below @1:3) I wan´t to quit.
For titles the mediaplayerEndReached is ok and I need an equvivalent for chapters...
_m = libvlc_media_new(_vlcinstance, "dvdsimple://X:@1:2", &_vlcexcep);
vlcraise(&_vlcexcep);
Thanks for any help.
Regards,
Chris