Share via


AVAssetVariantQualifier.GetPredicate Method

Definition

Caution

Use 'GetPredicateForChannelCount' instead.

[Foundation.Export("predicateForChannelCount:mediaSelectionOption:operatorType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[System.Obsolete("Use 'GetPredicateForChannelCount' instead.", false)]
public static Foundation.NSPredicate GetPredicate(IntPtr channelCount, AVFoundation.AVMediaSelectionOption? mediaSelectionOption, Foundation.NSPredicateOperatorType operatorType);
[<Foundation.Export("predicateForChannelCount:mediaSelectionOption:operatorType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<System.Obsolete("Use 'GetPredicateForChannelCount' instead.", false)>]
static member GetPredicate : nativeint * AVFoundation.AVMediaSelectionOption * Foundation.NSPredicateOperatorType -> Foundation.NSPredicate

Parameters

channelCount
IntPtr

nativeint

mediaSelectionOption
AVMediaSelectionOption

Returns

Attributes

Applies to