我正在尝试找到播放mp3网址的最好方法。我试过Audiostreamer,但它不适合我的需求,因为它是面向无限流的,而不是有限的流。
如有任何帮助,我们不胜感激!
谢谢!
发布于 2009-06-18 17:22:36
AVAudioPlayer是你的答案:
http://developer.apple.com/iPhone/library/documentation/AVFoundation/Reference/AVAudioPlayerClassReference/Reference/Reference.html#//apple_ref/occ/instm/AVAudioPlayer/initWithContentsOfURL:error
https://stackoverflow.com/questions/1013988
复制相似问题