MPMediaItemEnumerator Delegate

Definition

The delegate to be used as the enumerator argument to EnumerateValues(NSSet, MPMediaItemEnumerator).

public delegate void MPMediaItemEnumerator(string property, NSObject value, ref bool stop);
type MPMediaItemEnumerator = delegate of string * NSObject *  -> unit

Parameters

property
String

The property kind.

value
NSObject

The value associated with the property

stop
Boolean

Reference value, can be used to stop the enumeration.

Applies to