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.
我曾经BackgroundAudioPlayer从互联网播放 mp3,我知道后台音频代理会自动流式传输 mp3
BackgroundAudioPlayer
音频代理是否在完全流式传输 mp3 后播放?
如果 mp3 URI 是动态的,如何播放?
如果是连续的音频流,那么后台音频代理会继续播放。如果是单个文件,播放将在完成时停止。
此外,您无法指定动态 URL。您为必须在应用程序内调整的流指定的核心位置。