How to disable all audio tracks?You did not read the documentation, did you?* \note To force silent playback, disable all audio tracks. This is more
* efficient and reliable than mute.
*/
Thank you!You need to update to LibVLC 2.2 if you want to set mute at any time.
Code: Select all
libvlc_media_player_play(vlcMediaPlayer);
libvlc_audio_set_mute(vlcMediaPlayer, 0);