Search found 4 matches

Go to advanced search

by Randall_8
02 Mar 2009 19:41
Forum: Development around libVLC
Topic: Doubt: Select audio
Replies: 6
Views: 1057

Re: Doubt: Select audio

I got it :). If someone wants to use it in Java:

jvlc = new JVLC(arg);
playlist = new Playlist(jvlc);
audio = new Audio(jvlc);
int audioTrack = 2;
audio.setTrack(playlist.getMediaInstance(), audioTrack);
by Randall_8
02 Mar 2009 13:51
Forum: Development around libVLC
Topic: Doubt: Select audio
Replies: 6
Views: 1057

Re: Doubt: Select audio

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...
by Randall_8
02 Mar 2009 12:54
Forum: Development around libVLC
Topic: Doubt: Select audio
Replies: 6
Views: 1057

Doubt: Select audio

I'm working with this project http://xyber.abt.googlepages.com/workingjvlcexample, and I have one question:
- How can I implement the selection between 2 audios when the video file is dual?
Thanks.
by Randall_8
22 Feb 2009 18:41
Forum: VLC media player for Windows Troubleshooting
Topic: Select Audio and Update
Replies: 0
Views: 106

Select Audio and Update

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...

Go to advanced search