Contents

metadataItems(from:filteredByIdentifier:)

Returns metadata items for the specified identifier.

Declaration

class func metadataItems(from metadataItems: [AVMetadataItem], filteredByIdentifier identifier: AVMetadataIdentifier) -> [AVMetadataItem]

Parameters

  • metadataItems:

    The metadata items to filter.

  • identifier:

    The identifier of the metadata items to retrieve.

Mentioned in

Return Value

An array of metadata items that match the specified identifier.

See Also

Filtering arrays of metadata items