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.
通过 Soundcloud Javascript SDK,我通过 de SC.stream 函数流式传输 Soundcloud 曲目。可以启动多个流,但如果启动另一个流,我想停止当前的流声音。
是否可以通过一个功能停止所有流式声音?
Soundcloud 为您启动的每个流创建一个 Soundmanager2 对象。使用以下功能可以停止所有当前和正在播放的对象:
soundManager.stopAll();