Package org.robovm.apple.photos
Interface PHLivePhotoFrame
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
PHLivePhotoFrameAdapter
public interface PHLivePhotoFrame extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description CIImagegetImage()doublegetRenderScale()CMTimegetTime()PHLivePhotoFrameTypegetType()
-
Method Details
-
getImage
CIImage getImage()- Since:
- Available in iOS 10.0 and later.
-
getTime
CMTime getTime()- Since:
- Available in iOS 10.0 and later.
-
getType
PHLivePhotoFrameType getType()- Since:
- Available in iOS 10.0 and later.
-
getRenderScale
double getRenderScale()- Since:
- Available in iOS 10.0 and later.
-