commonMetadata
The metadata items an asset contains for common metadata identifiers that provide a value.
Declaration
var commonMetadata: [AVMetadataItem] { get }Discussion
This property value is an array of metadata items, one for each metadata key from the common key space for which the asset has an available value. You can use the various class methods provided by AVMetadataItem, such as metadataItems(from:filteredByIdentifier:) or metadataItems(from:with:) to filter the array to the specific items of interest.