Package org.robovm.apple.avfoundation
Class AVAssetVariantQualifier
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVAssetVariantQualifier
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class AVAssetVariantQualifier extends NSObject
- Since:
- Available in iOS 15.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVAssetVariantQualifier.AVAssetVariantQualifierPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedAVAssetVariantQualifier()AVAssetVariantQualifier(AVAssetVariant variant)protectedAVAssetVariantQualifier(NSObject.Handle h, long handle)protectedAVAssetVariantQualifier(NSObject.SkipInit skipInit)AVAssetVariantQualifier(NSPredicate predicate) -
Method Summary
Modifier and Type Method Description protected static longcreate(AVAssetVariant variant)protected static longcreate(NSPredicate predicate)static NSPredicatepredicateForChannelCount(long channelCount, AVMediaSelectionOption mediaSelectionOption, NSPredicateOperatorType operatorType)static NSPredicatepredicateForPresentationHeight(double height, NSPredicateOperatorType operatorType)static NSPredicatepredicateForPresentationWidth(double width, NSPredicateOperatorType operatorType)Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
AVAssetVariantQualifier
protected AVAssetVariantQualifier() -
AVAssetVariantQualifier
-
AVAssetVariantQualifier
-
AVAssetVariantQualifier
-
AVAssetVariantQualifier
-
-
Method Details
-
create
-
create
-
predicateForChannelCount
public static NSPredicate predicateForChannelCount(long channelCount, AVMediaSelectionOption mediaSelectionOption, NSPredicateOperatorType operatorType) -
predicateForPresentationWidth
public static NSPredicate predicateForPresentationWidth(double width, NSPredicateOperatorType operatorType) -
predicateForPresentationHeight
public static NSPredicate predicateForPresentationHeight(double height, NSPredicateOperatorType operatorType)
-