A protocol you implement to receive metadata callbacks from a player item metadata collector.
SDKs
- iOS 9.3+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 9.2+
- watchOS 6.0+
Framework
- AVFoundation
Declaration
@protocol AVPlayerItemMetadataCollectorPushDelegate
A protocol you implement to receive metadata callbacks from a player item metadata collector.
SDKs
Framework
@protocol AVPlayerItemMetadataCollectorPushDelegate
- metadata Collector: did Collect Date Range Metadata Groups: indexes Of New Groups: indexes Of Modified Groups:
Tells the delegate the collected metadata group information has changed and needs to be updated.
Required.
- set Delegate: queue:
Sets the delegate and a dispatch queue on which the delegate will be called.
delegate
Accesses the metadata collector’s delegate object.
delegate Queue
The dispatch queue on which the delegate’s methods are called.