Is there a way to know when voiceover is active by a variable or some sort of code?
Like in tizen samsung, there is this code: webapis.tvinfo.getMenuValue(webapis.tvinfo.TvInfoMenuKey.VOICE_GUIDE_KEY)
that gives us the information whether or not voiceover is active
We need to know that because when voiceover is active, we autoselect the audiodescription audio track
Please refer to Settings Service API. It provides a method for retrieving system setting values, including audio guidance. Thank you.