问题描述
我正在尝试开始使用Chromecast和Airplay,但我有些卡住了:是否可以将UIViewController直接发送到与Chromecast连接的设备?
从我看来,我似乎只能将基本媒体(图像,文本,视频)发送到设备。因此,据我了解,唯一的解决方案是通过逐个发送组件来重新创建接口? (有可能吗?还是一次只能显示一种媒体?)
I'm trying to get started with Chromecast as well as Airplay, and I'm a bit stuck : is it possible to send directly a UIViewController to the Chromecast-connected device?From what I looked, it seems I am only able to send basic media (image, text, video) to the device. So, if I understand, the only solution would be to "re-create" the interface by sending the components one by one? (is that even possible? or can you display only one media at once?)
谢谢
推荐答案
您可以使用HTML5创建自定义渠道,并且可以流式传输到内置的接收器应用程序,但是不能,您不能将UIView直接发送到Chromecast设备
You can create custom channels using HTML5 and you can stream to in-built receiver apps, but no, you cannot send a UIView directly to a Chromecast device
这篇关于通过Chromecast发送自定义UIViewController的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!