gpt4 book ai didi

android - 如何从 ExoPlayer Cast 扩展创建 CastPlayer?

转载 作者:行者123 更新时间:2023-12-05 06:35:40 32 4
gpt4 key购买 nike

我的应用程序中已经运行了 ExoPlayer 2.7.2。我想为其添加 Cast 功能。如何使用 ExoPlayer Cast 扩展将我的原版 ExoPlayer 更改为 CastPlayer

最佳答案

有一个demo app for cast in the ExoPlayer repository在 Github 上,它创建了一个 CastPlayer,如下所示:

// set up the cast player
castPlayer = new CastPlayer(castContext);
castPlayer.addListener(this);
castPlayer.setSessionAvailabilityListener(this);
// set to a PlayerView for controls
castControlView.setPlayer(castPlayer);

鉴于您的代码是针对 Player 接口(interface)编写的,您可以将本地 Player 与 CastPlayer 实例交换。

A blog post on Medium说明应用程序需要提供哪些铸件。

关于android - 如何从 ExoPlayer Cast 扩展创建 CastPlayer?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49647511/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com