标签: ios audio avaudioplayer
而是显式加载来自库的歌曲,例如:
audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:url error:nil];
我可以访问当前正在播放的设备吗?