predicate(forPresentationWidth:operatorType:)
Creates a predicate with a width and operator type.
Declaration
class func predicate(forPresentationWidth width: CGFloat, operatorType: NSComparisonPredicate.Operator) -> NSPredicateParameters
- width:
The presentation width.
- operatorType:
The predicate’s operator type.
Return Value
A predicate object that you use to to create an AVAssetVariantQualifier.
See Also
Building predicates
predicate(forAudioSampleRate:mediaSelectionOption:operatorType:)predicate(forAudioSampleRate:operatorType:)predicate(forBinauralAudio:)predicate(forBinauralAudio:mediaSelectionOption:)predicate(forChannelCount:mediaSelectionOption:operatorType:)predicate(forChannelCount:operatorType:)predicate(forDownmixAudio:)predicate(forDownmixAudio:mediaSelectionOption:)predicate(forImmersiveAudio:)predicate(forImmersiveAudio:mediaSelectionOption:)predicate(forPresentationHeight:operatorType:)