菜鸟教程小白 发表于 2022-12-12 10:07:23

ios - 处理 iOS 版 MobileVLCKit 中的错误


                                            <p><p>我知道我可以使用此选项关闭默认 <code>MobileVLCKit</code> 的错误警报:<code>--extraintf=</code></p>

<p>但是我怎样才能捕获错误来处理它们呢?例如,我想在失败时重试连接...</p>

<p>我试过 <code>-(void)mediaPlayerStateChanged:(NSNotification *)aNotification</code> 但 <code>((VLCMediaPlayer*)aNotification.object).state</code> 永远不等于 <code>VLCMediaPlayerStateError</code>.</p>

<p>请帮忙。
谢谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>除了我们用来通知用户的对话框提供程序黑客之外,目前没有针对这些通知的公共(public) API。我们目前正在为 libvlc 开发适当的 API,这反过来将反射(reflect)在 VLCKit 即将发布的 3.0 版本中。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 处理 iOS 版 MobileVLCKit 中的错误,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/34747477/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/34747477/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 处理 iOS 版 MobileVLCKit 中的错误