Hi,
I'm trying to determine when reading a media file if it's audio only (i.e. mp3) or has video (i,e. mp4). If possible, I don't want to rely in the file extension. I've noticed a structure called libvlc_track_type_t (which has audio and video representations) but can't see any library function which uses it. Is it possible to determine if a file is audio only or is video using this structure or is there another way?
Thanks,
Mike