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.
在同一个活动中,我想播放一个 MP3 文件。在播放 MP3 文件时,我希望能够检测到滑动。
我有检测滑动的代码(来源here),但我仍在研究如何在播放音频文件时检测滑动。我怎样才能做到这一点?
为您的音乐启动一个单独的线程,这样它就不会影响其他进程。