菜鸟教程小白 发表于 2022-12-13 06:15:36

iOS - Apple TV - 以编程方式检测 Apple TV 上的节目


                                            <p><p>如何检测 Apple TV 上的节目?</p>

<p>我已经尝试检测屏幕数量:</p>

<pre><code>[ count]
</code></pre>

<p>但它仍然在 1。</p>

<p>我也尝试过监听一个事件:</p>

<pre><code>    [ addObserver:self
                                       selector:@selector(screenDidConnect:)
                                             name:UIScreenDidConnectNotification
                                           object:nil];
</code></pre>

<p>但该事件永远不会触发。</p>

<p>任何提示/技巧?</p>

<p>提前致谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>找到答案了!</p>

<p>尽可能简单:</p>

<p>只要做:</p>

<pre><code>self.moviePlayer.isAirPlayVideoActive
</code></pre>

<p>它将返回我 AirPlay 是否处于事件状态。</p>

<p>谢谢@rist</p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS - Apple TV - 以编程方式检测 Apple TV 上的节目,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/21599479/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/21599479/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS - Apple TV - 以编程方式检测 Apple TV 上的节目