Uses of Class
org.robovm.apple.mediaplayer.MPMediaPredicateComparison
| Package | Description |
|---|---|
| org.robovm.apple.mediaplayer |
-
Uses of MPMediaPredicateComparison in org.robovm.apple.mediaplayer
Methods in org.robovm.apple.mediaplayer that return MPMediaPredicateComparison Modifier and Type Method Description MPMediaPredicateComparisonMPMediaPropertyPredicate. getComparisonType()static MPMediaPredicateComparisonMPMediaPredicateComparison. valueOf(long n)Returns the enum constant of this type with the specified name.static MPMediaPredicateComparisonMPMediaPredicateComparison. valueOf(String name)Returns the enum constant of this type with the specified name.static MPMediaPredicateComparison[]MPMediaPredicateComparison. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.mediaplayer with parameters of type MPMediaPredicateComparison Modifier and Type Method Description protected static MPMediaPropertyPredicateMPMediaPropertyPredicate. create(NSObject value, NSString property, MPMediaPredicateComparison comparisonType)static MPMediaPropertyPredicateMPMediaPropertyPredicate. create(MPMediaEntityProperty property, NSObject value, MPMediaPredicateComparison comparisonType)