Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的 google cast 自定义接收器中实现连续播放。为此,我在播放我的第一个内容后处理“结束”的视频事件,我必须在那里进行 API 调用以获取下一个内容的媒体 URL。现在我对如何重新开始玩我的新内容感到困惑。
请指教。提前致谢。
您可以利用 MediaQueueItem (以及 .Builder )在播放之前创建队列项目(本质上是播放列表本身)。VideoCastManager 已经使用 RemoteMediaPlayer.queueLoad 来加载和启动新的媒体项目队列。