metadata
An array of metadata items for all metadata identifiers for which a value is available.
Declaration
var metadata: [AVMetadataItem] { get }Discussion
You can filter the metadata items by language using the metadataItems(from:filteredAndSortedAccordingToPreferredLanguages:) method, or by identifier with the metadataItems(from:filteredByIdentifier:) method.