Hello
What Kind of Variable i get back from
libvlc_playlist_get_current_index
?
This Site won't help
http://www.videolan.org/developers/vlc/ ... ylist.html
Backround: I try to use the Delphi Wrapper.
The Function is declared like this:
function libvlc_playlist_get_current_index(vlc:libvlc_instance; var exception:libvlc_exception):int64; cdecl external lib;
But i only get random Values
Does anbody can help me out ?