AVMetadataItem.FilterWithKey(AVMetadataItem[], NSObject, String) Method

Definition

The metadataItems that match the key and the keySpace.

[Foundation.Export("metadataItemsFromArray:withKey:keySpace:")]
public static AVFoundation.AVMetadataItem[] FilterWithKey (AVFoundation.AVMetadataItem[] metadataItems, Foundation.NSObject key, string keySpace);
static member FilterWithKey : AVFoundation.AVMetadataItem[] * Foundation.NSObject * string -> AVFoundation.AVMetadataItem[]

Parameters

metadataItems
AVMetadataItem[]

The items to be filtered.

key
NSObject

May be null, in which case all items in keySpace will pass.

keySpace
String

May be null, in which case all items in key will pass.

Returns

Attributes

Applies to