how to select audio output device ?
Posted: 09 Oct 2009 00:10
hi all !
I'm using libvlc in my java application (a "media center") by using my own binding base on jvlc. I would like to know how to choose the audio output device (i have 2 sound cards on my computer : one for my computer, and i would like to use the other for films or anything else i watch on TV ). By this way i need to select the sound output device when i create my libvlc instance.
It seems in older versions of libvlc their was a function call : libvlc_audio_output_list_get(...) but jna can t find it anymore ...
I didn t find any thing in the libvlc documentation ... which is not very helpfull
I searched on all the net ... and i didn't find any help or example to do it by another way .... (3 days i m searching ... )
thanks for any help !
I'm using libvlc in my java application (a "media center") by using my own binding base on jvlc. I would like to know how to choose the audio output device (i have 2 sound cards on my computer : one for my computer, and i would like to use the other for films or anything else i watch on TV ). By this way i need to select the sound output device when i create my libvlc instance.
It seems in older versions of libvlc their was a function call : libvlc_audio_output_list_get(...) but jna can t find it anymore ...
I didn t find any thing in the libvlc documentation ... which is not very helpfull
I searched on all the net ... and i didn't find any help or example to do it by another way .... (3 days i m searching ... )
thanks for any help !