I'm working on a application where I use the API 19 (KitKat) and the Closed Caption feature. For the moment, I can access the data about the setting of the CC(example: background color ), but there are some values that I can not get, specifically: Background opacity’.
Android returns an object called CaptionStyle, but I do not know how to get the opacity of this object. I have read the documentation related this class, but I found nothing.
Thanks in advance.