AVAssetVariantQualifier.GetPredicateForChannelCount 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.
Overloads
| Name | Description |
|---|---|
| GetPredicateForChannelCount(IntPtr, NSPredicateOperatorType) | |
| GetPredicateForChannelCount(IntPtr, AVMediaSelectionOption, NSPredicateOperatorType) |
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
- operatorType
- NSPredicateOperatorType
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
- operatorType
- NSPredicateOperatorType
Returns
- Attributes