AVMediaSelectionGroup.GetMediaSelectionOptionForPropertyList(NSObject) 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.
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