Hello, I noticed that there's no method on the MediaPlayer for disabling a track.
In particular, I'm looking for a way to disable a subtitle track.
I turn it on with the setSpuTrack method, then, to disable it, I tried with a high value (like 99) and a negative value (like -1) but the subtitles don't get disabled.
Am I missing something or there's no way to disable a track?
Thanks!