如何用AVAudioPlayer依次播放多个音频文件
2016-12-18
展开全部
用这个delegate吧
AVAudioPlayerDelegate Protocol Reference
audioPlayerDidFinishPlaying:successfully:
Called when a sound has finished playing.
- (void)audioPlayerDidFinishPlaying:(AVAudioPlayer *)player successfully:(BOOL)flag
Parameters
player
The audio player that finished playing.
flag
YES on successful completion of playback; NO if playback stopped because the system could not decode the audio data.
Discussion
This method is not called upon an audio interruption. Rather, an audio player is paused upon interruption—the sound has not finished playing.
Availability
* Available in iOS 2.2 and later.
Declared In
AVAudioPlayer.h
多的就不用说了吧,understand撒。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询