Contents

commonMetadata

The metadata items that an asset contains for common metadata identifiers.

Declaration

static var commonMetadata: AVAsyncProperty<Root, [AVMetadataItem]> { get }

Mentioned in

Discussion

Use the load(_:isolation:) method to retrieve the property value.

The value contains an array of metadata items that contain an identifier value from the set of Common Metadata Identifiers.

You can filter items in this array according to language by calling metadataItems(from:filteredAndSortedAccordingToPreferredLanguages:), or by identifier by calling metadataItems(from:filteredByIdentifier:).

See Also

Loading metadata