91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

swift下如何實現網絡音樂下載與播放

發布時間:2020-05-08 15:51:55 來源:三月 閱讀:385 作者:三月 欄目:移動開發

下文主要給大家帶來swift下如何實現網絡音樂下載與播放,希望這些文字能夠帶給大家實際用處,這也是我編輯swift下如何實現網絡音樂下載與播放這篇文章的主要目的。好了,廢話不多說,大家直接看下文吧。

import UIKit

import AVFoundation

class ViewController:UIViewController {

    var player=AVAudioPlayer()           //========================創建音樂播放器

   override func viewDidLoad() {

       super.viewDidLoad()

       self.onSearch("http://www.douban.com/j/app/radio/channels")//======================================================================================加載豆瓣的頻道例子

        self.downloadsong("http://music.baidu.com/data/music/file?link=http://yinyueshiting.baidu.com/data2/music/122112390/1201250291408075261128.mp3?xcode=709b8be58036f8a3bd0759b78c6d19683f8882ee658cd7de&song_id=120125029")//====================================================================可以通過字符串拼接得到不同的的id播放不同的歌

    }

swift下如何實現網絡音樂下載與播放

   override func didReceiveMemoryWarning() {

        super.didReceiveMemoryWarning()

      

    }

    

   func playsong(data:NSData)//音樂播放器播放

    {

       player=AVAudioPlayer(data: data, error:nil)

        player.prepareToPlay()

        print("xiaziawanle")

       player.play()

    }

       

    func downloadsong(url:String)//==========================下載歌曲的方法

    {

    

       var nsUrl:NSURL=NSURL(string:url)

       var request:NSURLRequest=NSURLRequest(URL:nsUrl)

                                                                                                   //后面是一個閉包方法

       NSURLConnection.sendAsynchronousRequest(request, queue:NSOperationQueue.mainQueue(), completionHandler:

            {(response:NSURLResponse!,data:NSData!,error:NSError!)->Voidin

           var httpResponse=response as NSHTTPURLResponse

               if (true)

                {

                   self.playsong(data)


                }


            })

    }

    

  func onSearch(url:String)//=======================加載頻道信息的方法

    {

       var nsUrl:NSURL=NSURL(string:url)

       var request:NSURLRequest=NSURLRequest(URL:nsUrl)

       NSURLConnection.sendAsynchronousRequest(request, queue:NSOperationQueue.mainQueue(), completionHandler:

            {(response:NSURLResponse!,data:NSData!,error:NSError!)->Voidin

           var jsonResult:NSDictionary =NSJSONSerialization.JSONObjectWithData(data, options:NSJSONReadingOptions.MutableContainers, error:nil) as NSDictionary

  

            //========================我的小實驗==============================================用于觀察字典結構

            

            print(jsonResult["channels"].objectAtIndex(1) )//=============可以用這個觀察不同字典的guil

           var obj:AnyObject=jsonResult["channels"].objectAtIndex(1)as AnyObject //

            

            print(obj.objectForKey("name"))

            

        

           var airports: Dictionary<String,String> = ["TYO":"Tokyo", "DUB":"Du,blin"]

            

            

           print(airports)

            //=====================================================

對于以上關于swift下如何實現網絡音樂下載與播放,大家是不是覺得非常有幫助。如果需要了解更多內容,請繼續關注我們的行業資訊,相信你會喜歡上這些內容的。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

灌云县| 全州县| 齐河县| 台州市| 东港市| 霸州市| 汉寿县| 保定市| 蕲春县| 西安市| 万全县| 静海县| 平定县| 巨野县| 高安市| 莒南县| 资溪县| 临江市| 页游| 贵定县| 嵩明县| 郎溪县| 桐城市| 额尔古纳市| 得荣县| 柯坪县| 云霄县| 榆中县| 宽城| 潞城市| 眉山市| 山东| 含山县| 新宁县| 山西省| 建德市| 闽清县| 建阳市| 南平市| 宁德市| 桐城市|