Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページ全体を使用する代わりに、バックグラウンドでオーディオストリームを作成する方法はありますか?
これは私が現在持っているものです:
NSURL *url = [NSURL URLWithString:@"http://s6.voscast.com:8550/listen.pls"]; NSURLRequest *req = [NSURLRequest requestWithURL:url]; [player loadRequest:req];
PhoneGapを使用することにしました