I was wondering if there was a property or method on any of the AVPlayer classes that tells me what percentage (or what CMTime/CMTimeRange) of my streaming video is playable/buffered onto the device?
I've looked in AVPlayer
, AVURLAsset
, and AVPlayerItem
. I haven't found anything that looks like it would help, except maybe the seekableTimeRanges
method.
Thanks for any and all help.