Running into an issue in implementing Closed Captions in a Javascript UWP application. We use a manual Closed Caption implementation (because of cross-platform reasons).
I have implemented all the various user settings, like ClosedCaptionSize
, ClosedCaptionStyle
etc.
However, I seem to be missing the specific property or value to check if the user has actually enabled Closed Captions
in his or her account.
The docs do not give any information other than how to style the captions. I had expected it to be present in the namespace of the aforementioned docs (Windows.Media.ClosedCaptioning
) but that doesn't seem to be the case.
How can I determine if the user has enabled or disabled Closed Captions?