2

Is there a way to do this, by using the Media Player Framework or any other means?

I would like to build an app that allows the user to work with the subtitles of a store-bought video.

Deanna Gelbart
  • 387
  • 2
  • 11
  • did you ever find an answer to this? Looking for the same thing. Will report back if i find anything. – abritez Mar 19 '12 at 14:24

1 Answers1

4

Starting from iOS5, UIAccessibility protocol specifies a method UIAccessibilityIsClosedCaptioningEnabled() to get the value of Settings->Video->Closed Captioning switch value.

indiantroy
  • 1,503
  • 1
  • 15
  • 25