metadata
An array of metadata items for all metadata identifiers that have a value.
Declaration
var metadata: [AVMetadataItem] { get }Discussion
You can filter the array of metadata items according to language using the metadataItems(from:filteredAndSortedAccordingToPreferredLanguages:) method. Filter the results by identifier using the metadataItems(from:filteredByIdentifier:) method.