timedMetadata
An array of the most recently encountered timed metadata.
Declaration
@MainActor var timedMetadata: [AVMetadataItem]? { get }Return Value
An array of AVMetadataItem or nil if no metadata was found.
Discussion
Prior to the player item loading its media, this property value is nil. You can key-value observe this property to monitor when metadata becomes available.