gpt4 book ai didi

java - Exoplayer背景: how to set a background for exoplayer

转载 作者:行者123 更新时间:2023-12-02 09:31:37 28 4
gpt4 key购买 nike

我正在使用 exoplayer 开发一个具有 m3u8 传输的应用程序,有时我的传输处于离线状态,因此需要显示背景图像,但我现在找不到解决此问题的选项。我唯一能找到的是shutter_background_color属性,它定义了背景播放器的颜色,但这并不能解决我的问题。我需要显示位图图像。

请帮忙!!!

    <com.google.android.exoplayer2.ui.PlayerView
android:id="@+id/pl_aovivo"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:resize_mode="fit"
app:use_artwork="true"
app:shutter_background_color="@color/colorPrimary" />

最佳答案

不要为此使用艺术品。您能做的最好的事情就是在托管 PlayerView 的布局内添加一个不可见的 ImageView,并在发生 onPlayerError 时将其变为可见。

关于java - Exoplayer背景: how to set a background for exoplayer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57910974/

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