[vlc-devel] How can I get/set time and get/set mute from plugin thread?
Rémi Denis-Courmont
remi at remlab.net
Thu Nov 26 16:27:01 CET 2009
Le jeudi 26 novembre 2009 16:34:10 L{ DiracDelta( t ) }, vous avez écrit :
> I found methods:
> libvlc_media_player_get_time( libvlc_media_player_t *, libvlc_exception_t
> *) libvlc_media_player_set_time( libvlc_media_player_t *,
> libvlc_exception_t *) libvlc_audio_toggle_mute( libvlc_instance_t *)
> libvlc_audio_get_mute( libvlc_instance_t *)
>
> How can I access these methods within the Run function of a plugin?
Plugins don't use LibVLC. They use core functions directly. In this case you
should use aout_*() APIs.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list