alexcrichton / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
69 stars 22 forks source link

Can i get catch downloaded data progress #41

Closed liujinlongxa closed 8 years ago

liujinlongxa commented 9 years ago

How can i track downloaded data progress (buffering progress indicator) like this image.

Bo98 commented 8 years ago

Added in 0f3e804.

The reason I didn't add it immediately was because the streamer didn't actually account for already downloaded data so any reported download progress would be useless. It was a bigger task than I thought, as you may see from the large commit, but everything should work much better now.

The method is called bufferProgress: and works in exactly the same way as you would use progress:.