Re: finding the transfer rate of a download
Re: finding the transfer rate of a download
- Subject: Re: finding the transfer rate of a download
- From: Scott Anguish <email@hidden>
- Date: Sat, 12 Jan 2008 01:24:36 -0500
On Jan 12, 2008, at 12:18 AM, Matthew Delves wrote:
For an app that I'm creating, I am performing downloads using
NSURLDownload. Though I'm having trouble figuring out how to
determine the transfer rate for the download.
Does anyone know of a solution to this problem?
You can save the start time, track the progress.. some simple
division, there you go.
The URL Loading System conceptual doc tells you how to track the
download progress...
<http://developer.apple.com/documentation/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLDownload.html#//apple_ref/doc/uid/20001839-165094
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden