objective-c - iOS 应用程序可以访问设备视频库中视频的字幕或隐藏式字幕吗?

标签 objective-c ios video subtitle closed-captions

有没有办法通过使用媒体播放器框架或任何其他方式来做到这一点?

我想构建一个应用程序,允许用户使用商店购买的视频的字幕。

最佳答案

从iOS5开始,UIAccessibility协议(protocol)指定了一个方法UIAccessibilityIsClosedCaptioningEnabled()来获取Settings->Video->Closed Captioning开关值。

关于objective-c - iOS 应用程序可以访问设备视频库中视频的字幕或隐藏式字幕吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9355753/

相关文章:

ios - 升级到 xcode 4.6 和 iOS 6.1 后出错 "used as the name of the previous parameter rather than as part of the selector"

ios - 每天5个本地通知

javascript - 无法禁用/覆盖上下文菜单 Safari 全屏模式

ios - 如何消除两个连续 CAKeyframeAnimation 动画之间的奇怪延迟?

video - FFmpeg av_read_frame 不能正确读取帧?

android - 如何在 Android 的谷歌纸板 View 中播放视频?

iphone - 限制 iPhone 中 UIButton 的可触摸区域?

ios - In App Purchases-iOS非消耗品

iphone - Objective-C 将 NSDate 设置为当前 UTC

iphone - 如何从 DetailView 中推送 UITableView?