Class ICCameraFile
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.imagecapturecore.ICCameraItem
org.robovm.apple.imagecapturecore.ICCameraFile
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class ICCameraFile extends ICCameraItem
- Since:
- Available in iOS 13.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classICCameraFile.ICCameraFilePtrNested classes/interfaces inherited from class org.robovm.apple.imagecapturecore.ICCameraItem
ICCameraItem.ICCameraItemPtrNested 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 ICCameraFile()protectedICCameraFile(NSObject.Handle h, long handle)protectedICCameraFile(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.imagecapturecore.ICCameraItem
flushMetadataCache, flushThumbnailCache, getCreationDate, getDevice, getLargeThumbnailIfAvailable, getMetadata, getMetadataIfAvailable, getModificationDate, getName, getParentFolder, getPtpObjectHandle, getThumbnail, getThumbnailIfAvailable, getUserData, getUTI, isAddedAfterContentCatalogCompleted, isInTemporaryStore, isLocked, isRaw, requestMetadata, requestThumbnailMethods 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
-
ICCameraFile
public ICCameraFile() -
ICCameraFile
-
ICCameraFile
-
-
Method Details
-
getWidth
public long getWidth()- Since:
- Available in iOS 13.0 and later.
-
getHeight
public long getHeight()- Since:
- Available in iOS 13.0 and later.
-
getOriginalFilename
- Since:
- Available in iOS 13.0 and later.
-
getCreatedFilename
- Since:
- Available in iOS 13.0 and later.
-
getFileSize
public long getFileSize()- Since:
- Available in iOS 13.0 and later.
-
getOrientation
- Since:
- Available in iOS 13.0 and later.
-
setOrientation
- Since:
- Available in iOS 13.0 and later.
-
getDuration
public double getDuration()- Since:
- Available in iOS 13.0 and later.
-
isHighFramerate
public boolean isHighFramerate()- Since:
- Available in iOS 13.0 and later.
-
isTimeLapse
public boolean isTimeLapse()- Since:
- Available in iOS 13.0 and later.
-
isFirstPicked
public boolean isFirstPicked()- Since:
- Available in iOS 13.0 and later.
-
getOriginatingAssetID
- Since:
- Available in iOS 13.0 and later.
-
getGroupUUID
- Since:
- Available in iOS 13.0 and later.
-
getGpsString
- Since:
- Available in iOS 13.0 and later.
-
getRelatedUUID
- Since:
- Available in iOS 13.0 and later.
-
getBurstUUID
- Since:
- Available in iOS 13.0 and later.
-
isBurstFavorite
public boolean isBurstFavorite()- Since:
- Available in iOS 13.0 and later.
-
isBurstPicked
public boolean isBurstPicked()- Since:
- Available in iOS 13.0 and later.
-
getSidecarFiles
- Since:
- Available in iOS 13.0 and later.
-
getPairedRawImage
- Since:
- Available in iOS 13.0 and later.
-
getFileCreationDate
- Since:
- Available in iOS 13.0 and later.
-
getFileModificationDate
- Since:
- Available in iOS 13.0 and later.
-
getExifCreationDate
- Since:
- Available in iOS 13.0 and later.
-
getExifModificationDate
- Since:
- Available in iOS 13.0 and later.
-
requestThumbnailData
public void requestThumbnailData(NSDictionary<NSString,?> options, VoidBlock2<NSData,NSError> completion)- Since:
- Available in iOS 13.0 and later.
-
requestMetadataDictionary
public void requestMetadataDictionary(NSDictionary<NSString,?> options, VoidBlock2<NSDictionary<?,?>,NSError> completion)- Since:
- Available in iOS 13.0 and later.
-
requestDownload
public NSProgress requestDownload(NSDictionary<NSString,?> options, VoidBlock2<NSString,NSError> completion)- Since:
- Available in iOS 13.0 and later.
-
requestReadData
- Since:
- Available in iOS 13.0 and later.
-