Contents

predicate(forPresentationWidth:operatorType:)

Creates a predicate with a width and operator type.

Declaration

class func predicate(forPresentationWidth width: CGFloat, operatorType: NSComparisonPredicate.Operator) -> NSPredicate

Parameters

  • 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