self.player = [[AVPlayer playerWithURL:[NSURL URLWithString:@\"http://myurl.com/track.mp3\"]] retain];
I am trying make a UIProgressView for the ab
@"loadedTimeRange" is a KVO value for the AVPlayerItem class. You can find its definition in the AVPlayerItem.h file in the
@interface AVPlayerItem (AVPlayerItemPlayability)
category definition.