Reputation: 7764
I'm using the AVQueuePlayer to play many audio files in sequence.
I need to log every AVPlayerItem that is playing.
How to do that?
Upvotes: 1
Views: 542
Reputation: 950
AVQueuePlayer
has currentItem
property. just log it every time item changed.
Upvotes: 2