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.
如何使用 just_audio 和 audio_service 将我的列表视图与音频播放器页面连接起来。在音频服务中,所有数据都被添加到队列中并从第一首歌曲开始播放。我想从我点击的项目索引开始。我该怎么做?有什么例子吗?
您还可以将单个媒体项添加到音频服务的音频处理程序。_audioHandler.addQueItem(mediaitem); 像这样