【问题标题】:Streaming audio iPhone/iPad app xcode流式音频 iPhone/iPad 应用程序 xcode
【发布时间】:2012-06-12 15:36:05
【问题描述】:

有没有办法在后台制作音频流而不是使用整个页面?

这是我目前拥有的:

NSURL *url = [NSURL URLWithString:@"http://s6.voscast.com:8550/listen.pls"];
    NSURLRequest *req = [NSURLRequest requestWithURL:url];
    [player loadRequest:req];

【问题讨论】:

    标签: iphone ipad xcode4


    【解决方案1】:

    我刚决定使用PhoneGap

    【讨论】:

    • 原生体验的错误选择。你应该使用AVAudioPlayer
    猜你喜欢
    • 1970-01-01
    • 2013-07-16
    • 2013-02-12
    • 2011-05-25
    • 1970-01-01
    • 2011-11-01
    • 1970-01-01
    • 1970-01-01
    • 2012-07-29
    相关资源
    最近更新 更多