init(items:)
Creates an object that plays a queue of items.
Declaration
nonisolated init(items: [AVPlayerItem])Parameters
- items:
The array of player items with which to populate the queue.
Creates an object that plays a queue of items.
nonisolated init(items: [AVPlayerItem])The array of player items with which to populate the queue.