什么是google cast
google cast允许用户将手机上的内容投影到TV上,然后用户可以将手机作为遥控器来控制TV上的媒体播放。
Google cast SDK用于扩展你的app,使其支持google cast功能。
一个Cast App由两个部分组成
- Sender Application:支持Android,IOS,Chrome,runs on mobile device or laptop
- Receiver Application:runs on Google Cast devices,处理Sender和receiver device之间的通信,就是一个网页.可以有如下三个选项
● The Default Media Receiver presented with the Google Cast branding and styling.
● The Styled Media Receiver for which you can develop the styles and branding. See Styled Media Receiver.
● A custom receiver, as described in Custom receiver that implements the Receiver API and handles custom messages from your sender app; it may also interface with the media player types provided through the Media Player Lib
Google Cast 允许用户将手机内容投影到TV,通过SDK扩展app支持此功能。Cast App包括Sender Application(运行在移动设备或笔记本上)和Receiver Application(运行在Google Cast设备上,处理通信)。Sender发送控制信息,Receiver根据信息从网络获取内容。开发需满足特定环境要求,如Chromecast设备、Android Gingerbread 9+或更高版本。开发资源包括Sample Code、Tutorials和API Reference。
订阅专栏 解锁全文
基本概念&spm=1001.2101.3001.5002&articleId=85714366&d=1&t=3&u=4faccaec90ca486c8e3ab56030e4addf)
2501

被折叠的 条评论
为什么被折叠?



