AVAsset.GetMetadataForFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetMetadataForFormat(NSString) |
Returns an array that contains a metadata item for each item in the container that is specified by |
GetMetadataForFormat(AVMetadataFormat) |
Returns an array that contains a metadata item for each item in the container that is specified by |
GetMetadataForFormat(NSString)
Returns an array that contains a metadata item for each item in the container that is specified by format
.
[Foundation.Export("metadataForFormat:")]
public virtual AVFoundation.AVMetadataItem[] GetMetadataForFormat (Foundation.NSString format);
abstract member GetMetadataForFormat : Foundation.NSString -> AVFoundation.AVMetadataItem[]
override this.GetMetadataForFormat : Foundation.NSString -> AVFoundation.AVMetadataItem[]
Parameters
- format
- NSString
The metadata format to search.
Returns
- Attributes
Applies to
GetMetadataForFormat(AVMetadataFormat)
Returns an array that contains a metadata item for each item in the container that is specified by format
.
public AVFoundation.AVMetadataItem[] GetMetadataForFormat (AVFoundation.AVMetadataFormat format);
member this.GetMetadataForFormat : AVFoundation.AVMetadataFormat -> AVFoundation.AVMetadataItem[]
Parameters
- format
- AVMetadataFormat
The metadata format to search.