How to switch on/off subtitles in vlc-qt media player? By default subtitles switched on.
I use this stuff:
#include <VLCQtCore/Common.h>
#include <VLCQtCore/Instance.h>
#include <VLCQtCore/Media.h>
#include <VLCQtCore/MediaPlayer.h>
#include <VLCQtCore/Audio.h>
On your vlcMediaPlayer (i'll call it media since you didn't show any code) object try
VlcMediaPlayer has a video object which is the one calling the video functions in which the setSubtitle one resides. See this vlc-qt/Video.h