Page 1 of 1

API interactive audio play control

Posted: 02 Dec 2010 06:10
by jupiter
Hi,

Can libVLC be used for interactive audio control through API?

For example, if I can call an API to play, pause, get / set audio position in C or C++?

Thank you.

jupiter

Re: API interactive audio play control

Posted: 02 Dec 2010 08:27
by XilasZ
of course it's possible, take a look here : http://wiki.videolan.org/Developers_Corner

Re: API interactive audio play control

Posted: 02 Dec 2010 19:53
by bingo
Please let me know is there any API Avaialble to Disable the Audio Track

Thanks & Regards
Bingo

Re: API interactive audio play control

Posted: 02 Dec 2010 21:13
by Jean-Baptiste Kempf
of course, see the libvlc doxygen

Re: API interactive audio play control

Posted: 03 Dec 2010 20:05
by mangokm40
You can get info here:
http://www.videolan.org/developers/vlc/ ... audio.html

I guess you can look at libvlc_audio_get_mute/libvlc_audio_set_mute or libvlc_audio_get_track/libvlc_audio_set_track

Re: API interactive audio play control

Posted: 08 Dec 2010 20:19
by bingo
Thank You , I vl look at it