metadata(forFormat:)
Returns metadata items that a track contains for the specified format.
Declaration
func metadata(forFormat format: AVMetadataFormat) -> [AVMetadataItem]Parameters
- format:
The format of the metadata items to retrieve.
Return Value
An array of metadata items matching the specified format, or an empty array if none are found.