Hello! I have videos with multiple audio tracks and I want to handle them from my code, which uses libvlc api. I've tried libvlc_audio_get_track_count, libvlc_audio_get_track_description, but the first always returns 0, and the second -- NULL. How can I do just that: enumerate audio tracks in video ...