Contents

predicate(forPresentationHeight:operatorType:)

Creates a predicate with a height and operator type.

Declaration

class func predicate(forPresentationHeight height: CGFloat, operatorType: NSComparisonPredicate.Operator) -> NSPredicate

Parameters

  • 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