func connection(NSURLConnection, didWriteData : Int64, totalBytesWritten : Int64, expectedTotalBytes : Int64)
Sent to the delegate to deliver progress information for a download of a URL asset to a destination file.
URLアセットのダウンロードに対する進捗情報を行先ファイルに配達するために委任先に送られます。
func connectionDidResumeDownloading (NSURLConnection, totalBytesWritten : Int64, expectedTotalBytes : Int64)
Sent to the delegate when an URL connection resumes downloading a URL asset that was earlier suspended.
以前に待機させられたURLアセットのダウンロードをURL接続が再開する時に委任先に送られます。