当前位置:首页 > IT技术 > 移动平台 > 正文

iOS【StreamingKit --- Play an MP3 over HTTP】
2021-08-07 21:30:56

  • pod
    pod 'StreamingKit', :podspec => 'Dylib/StreamingKit.podspec.json'

  • Play an MP3 over HTTP
STKAudioPlayer* audioPlayer = [[STKAudioPlayer alloc] init];

[audioPlayer play:@"http://www.abstractpath.com/files/audiosamples/sample.mp3"];

 

本文摘自 :https://blog.51cto.com/i

开通会员,享受整站包年服务立即开通 >