Share via


AVAssetVariantQualifier.GetPredicateForChannelCount Method

Definition

Overloads

GetPredicateForChannelCount(IntPtr, NSPredicateOperatorType)

[Foundation.Export("predicateForChannelCount:operatorType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSPredicate GetPredicateForChannelCount(IntPtr channelCount, Foundation.NSPredicateOperatorType operatorType);
[<Foundation.Export("predicateForChannelCount:operatorType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPredicateForChannelCount : nativeint * Foundation.NSPredicateOperatorType -> Foundation.NSPredicate

Parameters

channelCount
IntPtr

nativeint

Returns

Attributes

Applies to

GetPredicateForChannelCount(IntPtr, AVMediaSelectionOption, NSPredicateOperatorType)

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

Parameters

channelCount
IntPtr

nativeint

mediaSelectionOption
AVMediaSelectionOption

Returns

Attributes

Applies to