AVMediaSelectionGroup.GetMediaSelectionOptionForPropertyList(NSObject) Method

Definition

Returns an AVMediaSelectionOption that has properties that match the specified propertyList.

[Foundation.Export("mediaSelectionOptionWithPropertyList:")]
public virtual AVFoundation.AVMediaSelectionOption GetMediaSelectionOptionForPropertyList (Foundation.NSObject propertyList);
[Foundation.Export("mediaSelectionOptionWithPropertyList:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AVFoundation.AVMediaSelectionOption GetMediaSelectionOptionForPropertyList (Foundation.NSObject propertyList);
abstract member GetMediaSelectionOptionForPropertyList : Foundation.NSObject -> AVFoundation.AVMediaSelectionOption
override this.GetMediaSelectionOptionForPropertyList : Foundation.NSObject -> AVFoundation.AVMediaSelectionOption

Parameters

propertyList
NSObject

Returns

Attributes

Applies to