I want to use the method libvlc_media_get_tracks_info to get track information (codec details, bitRate, channels..etc) about a track. However, in VLCJ the structure libvlc_media_track_info_t which holds track information is mapped as an empty structure that has no fields - why is that ? was it too hard to use JNA to map the C struct (which has a Union inside it) to a Java class ? Will that code be added anytime soon?
http://vlcj.googlecode.com/svn/trunk/vl ... nfo_t.html