gpt4 book ai didi

android - 如何使用 Builder 扩展 PlayerNotificationManager 以覆盖紧凑 View 控件 Exo player 2.14

转载 作者:行者123 更新时间:2023-12-05 00:02:35 25 4
gpt4 key购买 nike

我正在寻找一种使用 中的新 Builder 方法扩展/继承 PlayerNotificationManager.Builder 的方法ExoPlayer 2.14 版 .由于早期的子类方法,现在已弃用。
问题专区 -

    private class CustomPlayerNotificationManager(
context: Context,
channelId: String,
notificationId: Int,
mediaDescriptionAdapter: MediaDescriptionAdapter
) : PlayerNotificationManager.Builder(context, notificationId, channelId, mediaDescriptionAdapter)
这里 PlayerNotificationManager.Builder 返回构建器实例,因此 PlayerNotificationManager 没有被子类化,我无法覆盖它 getActionIndicesForCompactView 方法。
任何人都可以帮我对它进行子类化吗?

最佳答案

Exo Player 2.15 版具有用于控制紧凑 View 的 setter 。我们可以设置Seek forward、rewind等。在这种情况下我们不需要 getActionIndicesForCompactView() .但找不到在 2.14 版本上继承 PlayerNotificationManager.Builder 的方法

关于android - 如何使用 Builder 扩展 PlayerNotificationManager 以覆盖紧凑 View 控件 Exo player 2.14,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68813963/

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