AVMetadataItem.FilterWithLocale(AVMetadataItem[], NSLocale) Method

Definition

The items in arrayToFilter whose Locale matches locale.

[Foundation.Export("metadataItemsFromArray:withLocale:")]
public static AVFoundation.AVMetadataItem[] FilterWithLocale (AVFoundation.AVMetadataItem[] arrayToFilter, Foundation.NSLocale locale);
static member FilterWithLocale : AVFoundation.AVMetadataItem[] * Foundation.NSLocale -> AVFoundation.AVMetadataItem[]

Parameters

arrayToFilter
AVMetadataItem[]
locale
NSLocale

Returns

Attributes

Applies to