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?
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?
AVQueuePlayer
has currentItem
property. just log it every time item changed.