jvlc = new JVLC(arg);
playlist = new Playlist(jvlc);
audio = new Audio(jvlc);
int audioTrack = 2;
audio.setTrack(playlist.getMediaInstance(), audioTrack);
You mean select channel when you have stereo? No, I mean select audio track, nor audio channel. Sometimes, the video files (movies) have two languajes (for example: spanish-english) and with VLC media player you can choose them in Audio/Audio track/Track 1 or Track 2 or Disable. I would like to imp...
Hi!, this is my first post here. I'm working with this project http://xyber.abt.googlepages.com/workingjvlcexample , and I have 2 questions: - How can I implement the selection between 2 audios when the video file is dual? - Which binaries must I change to update my project from 0.9.2 to 0.9.6, that...