Uses of Class
org.robovm.apple.coreimage.CIRAWFilterOptions
| Package | Description |
|---|---|
| org.robovm.apple.coreimage |
-
Uses of CIRAWFilterOptions in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CIRAWFilterOptions Modifier and Type Method Description CIRAWFilterOptionsCIRAWFilterOptions. set(NSString key, NSObject value)static CIRAWFilterOptionsCIRAWFilterOptions.Marshaler. toObject(Class<CIRAWFilterOptions> cls, long handle, long flags)Methods in org.robovm.apple.coreimage that return types with arguments of type CIRAWFilterOptions Modifier and Type Method Description static List<CIRAWFilterOptions>CIRAWFilterOptions.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.coreimage with parameters of type CIRAWFilterOptions Modifier and Type Method Description protected static longCIFilter. create(CVPixelBuffer pixelBuffer, NSDictionary<?,?> properties, CIRAWFilterOptions options)Deprecated.Use new CIRAWFilter class instead.protected static longCIFilter. create(NSData data, CIRAWFilterOptions options)Deprecated.Use new CIRAWFilter class instead.protected static longCIFilter. create(NSURL url, CIRAWFilterOptions options)Deprecated.Use new CIRAWFilter class instead.static longCIRAWFilterOptions.Marshaler. toNative(CIRAWFilterOptions o, long flags)Method parameters in org.robovm.apple.coreimage with type arguments of type CIRAWFilterOptions Modifier and Type Method Description static longCIRAWFilterOptions.AsListMarshaler. toNative(List<CIRAWFilterOptions> l, long flags)static CIRAWFilterOptionsCIRAWFilterOptions.Marshaler. toObject(Class<CIRAWFilterOptions> cls, long handle, long flags)Constructors in org.robovm.apple.coreimage with parameters of type CIRAWFilterOptions Constructor Description CIFilter(CVPixelBuffer pixelBuffer, NSDictionary<?,?> properties, CIRAWFilterOptions options)Deprecated.Use new CIRAWFilter class instead.CIFilter(NSData data, CIRAWFilterOptions options)Deprecated.Use new CIRAWFilter class instead.CIFilter(NSURL url, CIRAWFilterOptions options)Deprecated.Use new CIRAWFilter class instead.