Hi,
I am trying to integrate libvlc (2.1.5) inside a wxWidgets application. I am using the libvlc_media_list_player_xxxx api and when I call
libvlc_media_list_player_play_item instead of only playing the given media_t it plays all the media inside the playlist.
Is it a normal behavior ?
Thanks