predicate(forPresentationHeight:operatorType:)
Creates a predicate with a height and operator type.
Declaration
class func predicate(forPresentationHeight height: CGFloat, operatorType: NSComparisonPredicate.Operator) -> NSPredicateParameters
- height:
The presentation height.
- 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(forPresentationWidth:operatorType:)