StreamingKit --- Play an MP3 over HTTP

来源:互联网 发布:sqlserver 2016安装 编辑:程序博客网 时间:2024/06/06 15:06
    pod 'StreamingKit', :podspec => 'Dylib/StreamingKit.podspec.json'
STKAudioPlayer* audioPlayer = [[STKAudioPlayer alloc] init];[audioPlayer play:@"http://www.abstractpath.com/files/audiosamples/sample.mp3"];
原创粉丝点击