Is there a way to turn captions on automatically on video start in a uwp application?

Ben Brouse 1 Reputation point
2020-03-10T20:12:19.733+00:00

We have a .net xbox one uwp application that includes a MediaPlayerElement video player. The embedded captions in the dash streams we use work as expected, but there are instances where we would like captions to turn on at the start of the video without user input:

  • When a user has captions enabled in the xbox accessibility settings.
  • When a user enabled captions in a previous video session.

Preliminary research shows that this is either not feasible, or the solution is not obvious.

Is this feature possible, and if so how do we go about implementing it?

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Fay Wang - MSFT 5,191 Reputation points
    2020-03-13T05:53:05.673+00:00

    Hello,

    ​Welcome to our Microsoft Q&A platform!

    We searched the UWP document about this but not found UWP has such API that can directly turn captions on in MediaPlayerElement programmatically. And if you still want to turn captions on automatically, you can go to Feedback Hub(Start menu-> Feedback Hub) to submit your feature request.

    0 comments No comments