AVAssetVariantQualifier.GetPredicate 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.
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
- operatorType
- NSPredicateOperatorType
Returns
- Attributes