Contents

metadata

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

Declaration

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

Mentioned in

Discussion

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

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

See Also

Loading metadata