我正在使用AVPlayer
显示隐藏字幕。我正在使用HLS(.M3U8)链接。我面临iOS 12.0中的问题,因为我们大多数人都知道isClosedCaptionDisplayEnabled
已过时。
我在互联网上进行搜索,甚至访问过苹果网站。我尝试使用在stackoverflow上找到的相同代码。但是没有得到预期的结果。下面是我的代码。请帮助我。
let group = self.player.currentItem!.asset.mediaSelectionGroup(forMediaCharacteristic: .legible)
self.player.currentItem?.select(group?.defaultOption , in: group!)
隐藏式字幕应显示出来。到目前为止,我无法显示隐藏式字幕。