AVAssetVariantQualifier.GetPredicateForAudioSampleRate 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 |
|---|---|
| GetPredicateForAudioSampleRate(Double, AVMediaSelectionOption, NSPredicateOperatorType) | |
| GetPredicateForAudioSampleRate(Double, NSPredicateOperatorType) |
GetPredicateForAudioSampleRate(Double, AVMediaSelectionOption, NSPredicateOperatorType)
[Foundation.Export("predicateForAudioSampleRate:mediaSelectionOption:operatorType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSPredicate GetPredicateForAudioSampleRate(double sampleRate, AVFoundation.AVMediaSelectionOption? mediaSelectionOption, Foundation.NSPredicateOperatorType operatorType);
[<Foundation.Export("predicateForAudioSampleRate:mediaSelectionOption:operatorType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPredicateForAudioSampleRate : double * AVFoundation.AVMediaSelectionOption * Foundation.NSPredicateOperatorType -> Foundation.NSPredicate
Parameters
- sampleRate
- Double
- mediaSelectionOption
- AVMediaSelectionOption
- operatorType
- NSPredicateOperatorType
Returns
- Attributes
Applies to
GetPredicateForAudioSampleRate(Double, NSPredicateOperatorType)
[Foundation.Export("predicateForAudioSampleRate:operatorType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSPredicate GetPredicateForAudioSampleRate(double sampleRate, Foundation.NSPredicateOperatorType operatorType);
[<Foundation.Export("predicateForAudioSampleRate:operatorType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPredicateForAudioSampleRate : double * Foundation.NSPredicateOperatorType -> Foundation.NSPredicate
Parameters
- sampleRate
- Double
- operatorType
- NSPredicateOperatorType
Returns
- Attributes