python-vlc
python-vlc copied to clipboard
Please, how can i create a SubtitleTrack object?
I am using the examples_pyqt5vlc.py to a simple project, and i know that self.mediaplayer ( a result of libvlc_media_player_new_from_media(p_md)) has the function video_set_spu(), but i don't know how create a SubtitleTrack to use in video_set_spu function. Please, can anyone help me?