OStack程序员社区-中国程序员成长平台

标题: iOS - Apple TV - 以编程方式检测 Apple TV 上的节目 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 06:15
标题: iOS - Apple TV - 以编程方式检测 Apple TV 上的节目

如何检测 Apple TV 上的节目?

我已经尝试检测屏幕数量:

[[UIScreen screens] count]

但它仍然在 1。

我也尝试过监听一个事件:

    [[NSNotificationCenter defaultCenter] addObserver:self
                                         selectorselector(screenDidConnect
                                             name:UIScreenDidConnectNotification
                                           object:nil];

但该事件永远不会触发。

任何提示/技巧?

提前致谢!



Best Answer-推荐答案


找到答案了!

尽可能简单:

只要做:

self.moviePlayer.isAirPlayVideoActive

它将返回我 AirPlay 是否处于事件状态。

谢谢@rist

关于iOS - Apple TV - 以编程方式检测 Apple TV 上的节目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21599479/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4