iOS 6上的allowsAirPlayVideo属性

时间:2012-10-03 14:40:33

标签: ios ios6 avplayer airplay

有谁知道应该使用什么?在iOS 6.0上禁用AirPlay视频播放?

我在iOS 6.0和5.1中测试过并且仍在使用。

目前我正在使用allowsAirPlayVideo = NO,但在iOS 6上它已根据Apple文档弃用:

Deprecated AVPlayer Methods

感谢。

2 个答案:

答案 0 :(得分:11)

不是在线文档中唯一遗漏的东西! iOS 6中有三种弃用的AVPlayer方法:

airPlayVideoActive
allowsAirPlayVideo
usesAirPlayVideoWhileAirPlayScreenIsActive

它们似乎已被替换为:

externalPlaybackActive
allowsExternalPlayback
usesExternalPlaybackWhileExternalScreenIsActive

this set of diffs收集的信息。 (你好Apple?你可以做得更好!)

答案 1 :(得分:4)

您应该在iOS 6中设置allowsExternalPlayback而不是iOS 5中的allowsAirPlayVideo