Posts

Post not yet marked as solved
1 Replies
1.1k Views
I am creating an MP3 player with AVQueuePlayer.Each item is added to the queue with code similar to the following:[queuePlayer insertItem: [AVPlayerItem playerItemWithURL:[NSURL URLWithString: songUrl]] afterItem: nil];I am wondering, will AVQueuePlayer preload the next item in the queue while the current item plays? I have seen mixed answers online. Where can I find this info in the Apple docs?
Posted
by lukas_.
Last updated
.