AVAsset.MetadataForFormat(String) Method

Definition

Caution

Use 'GetMetadataForFormat' with enum values AVMetadataFormat.

Returns the metadata items available for the specified format.

[System.Obsolete("Use 'GetMetadataForFormat' with enum values AVMetadataFormat.", false)]
public virtual AVFoundation.AVMetadataItem[] MetadataForFormat (string format);
abstract member MetadataForFormat : string -> AVFoundation.AVMetadataItem[]
override this.MetadataForFormat : string -> AVFoundation.AVMetadataItem[]

Parameters

format
String

Returns

Attributes

Applies to