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.
我正在将我的应用程序与 Deezer SDK 集成,我已经编写了代码,以便我现在可以验证自己我需要我的应用程序做的就是当我按下按钮时歌曲开始播放我该怎么做?
有没有什么办法不用点击专辑艺术家和歌曲?使用预定义的播放列表之类的?
您可以随时在 PlayerFactory 对象上使用 play 函数。在此之前您唯一需要做的就是使用 preparePlayerForTrackWithDeezerId:stream:forUserWithToken:andId: 方法配置播放器。