当 AirPlay 在 AppleTV 和 iPad 之间切换时是否会触发一个事件,反之亦然?
Is there an event that fires when AirPlay toggles between say an AppleTV to an iPad and vice versa?
我想我明白你的意思,你想在你的网络应用程序中监听AirPlay“目标设备选择”事件,例如当用户执行如下选择时:
不幸的是,即使在本机 Objective-c 中也没有这样的事件 MPMoviePlayerController 类 并且不在客户端视频控件中,请参阅 发行说明。
I guess I understand what you mean, you want to listen to the AirPlay "target device selection" event in your web app, e.g. when user performs selection like so:
Unfortunately, there isn't such an event even in the native objective-c MPMoviePlayerController class and neither in the client-side video control, see release notes.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
我想我明白你的意思,你想在你的网络应用程序中监听AirPlay“目标设备选择”事件,例如当用户执行如下选择时:
不幸的是,即使在本机 Objective-c 中也没有这样的事件 MPMoviePlayerController 类 并且不在客户端视频控件中,请参阅 发行说明。
I guess I understand what you mean, you want to listen to the AirPlay "target device selection" event in your web app, e.g. when user performs selection like so:
Unfortunately, there isn't such an event even in the native objective-c MPMoviePlayerController class and neither in the client-side video control, see release notes.