Package org.robovm.apple.assetslibrary
Class ALAsset
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.assetslibrary.ALAsset
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
@Deprecated public class ALAsset extends NSObject
Deprecated.
Deprecated in iOS 9.0. Use PHAsset from the Photos framework instead
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classALAsset.ALAssetPtrDeprecated.Nested 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
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description ALAsset()Deprecated.protectedALAsset(NSObject.Handle h, long handle)Deprecated.protectedALAsset(NSObject.SkipInit skipInit)Deprecated. -
Method Summary
Modifier and Type Method Description CGImagegetAspectRatioThumbnail()Deprecated.Deprecated in iOS 9.0.NSURLgetAssetURL()Deprecated.NSDategetDate()Deprecated.ALAssetRepresentationgetDefaultRepresentation()Deprecated.Deprecated in iOS 9.0.doublegetDuration()Deprecated.static NSStringgetInvalidProperty()Deprecated.Deprecated in iOS 9.0.CLLocationgetLocation()Deprecated.CGImagePropertyOrientationgetOrientation()Deprecated.ALAssetgetOriginalAsset()Deprecated.Deprecated in iOS 9.0.ALAssetRepresentationgetRepresentation(String representationUTI)Deprecated.Deprecated in iOS 9.0.List<String>getRepresentations()Deprecated.CGImagegetThumbnail()Deprecated.Deprecated in iOS 9.0.ALAssetTypegetType()Deprecated.Map<String,NSURL>getURLs()Deprecated.NSObjectgetValue(ALAssetProperty property)Deprecated.Deprecated in iOS 9.0.booleanisEditable()Deprecated.Deprecated in iOS 9.0.voidsetImageData(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidsetVideo(NSURL videoPathURL, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidwriteModifiedImageData(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.voidwriteModifiedVideo(NSURL videoPathURL, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0.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, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
ALAsset
public ALAsset()Deprecated. -
ALAsset
Deprecated. -
ALAsset
Deprecated.
-
-
Method Details
-
getOriginalAsset
Deprecated.Deprecated in iOS 9.0. Use the PHImageRequestOptionsVersionOriginal or PHImageRequestOptionsVersionUnadjusted option in PHImageRequestOptions with the PHImageManager from the Photos framework instead -
isEditable
Deprecated.Deprecated in iOS 9.0. Use canPerformEditOperation: on a PHAsset from the Photos framework instead -
getType
Deprecated. -
getLocation
Deprecated. -
getDuration
public double getDuration()Deprecated. -
getOrientation
Deprecated. -
getDate
Deprecated. -
getRepresentations
Deprecated. -
getURLs
Deprecated. -
getAssetURL
Deprecated. -
getInvalidProperty
Deprecated.Deprecated in iOS 9.0. Use PHAsset class properties from the Photos framework instead -
getValue
Deprecated.Deprecated in iOS 9.0. Use PHAsset class properties from the Photos framework instead -
getDefaultRepresentation
Deprecated.Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead -
getRepresentation
Deprecated.Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead -
getThumbnail
Deprecated.Deprecated in iOS 9.0. Use requestImageForAsset:targetSize:contentMode:options:resultHandler: on PHImageManager to request a thumbnail sized image for a PHAsset from the Photos framework instead -
getAspectRatioThumbnail
Deprecated.Deprecated in iOS 9.0. Use the PHImageContentMode options to request thumbnail aspect ratio in PHImageRequestOptions with the PHImageManager -
writeModifiedImageData
@Deprecated public void writeModifiedImageData(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0. Use creationRequestForAssetFromImage: on PHAssetChangeRequest from the Photos framework to create a new asset instead -
writeModifiedVideo
@Deprecated public void writeModifiedVideo(NSURL videoPathURL, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0. Use creationRequestForAssetFromVideoAtFileURL: on PHAssetChangeRequest from the Photos framework to create a new asset instead -
setImageData
@Deprecated public void setImageData(NSData imageData, CGImageProperties metadata, VoidBlock2<NSURL,NSError> completionBlock)Deprecated.Deprecated in iOS 9.0. Use contentEditingOutput on a PHAssetChangeRequest from the Photos framework instead -
setVideo
Deprecated.Deprecated in iOS 9.0. Use contentEditingOutput on a PHAssetChangeRequest from the Photos framework instead
-