Uses of Class
org.robovm.apple.photos.PHLivePhoto
| Package | Description |
|---|---|
| org.robovm.apple.photos | |
| org.robovm.apple.photosui |
-
Uses of PHLivePhoto in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return PHLivePhoto Modifier and Type Method Description static PHLivePhotoPHLivePhoto. createProviderDataObject(NSData data, String typeIdentifier)PHLivePhotoPHContentEditingInput. getLivePhoto()Methods in org.robovm.apple.photos with parameters of type PHLivePhoto Modifier and Type Method Description static NSArray<PHAssetResource>PHAssetResource. assetResourcesForLivePhoto(PHLivePhoto livePhoto)Method parameters in org.robovm.apple.photos with type arguments of type PHLivePhoto Modifier and Type Method Description voidPHLivePhotoEditingContext. prepareLivePhotoForPlayback(CGSize targetSize, NSDictionary<NSString,?> options, VoidBlock2<PHLivePhoto,NSError> handler)static intPHLivePhoto. requestLivePhoto(NSArray<NSURL> fileURLs, UIImage image, CGSize targetSize, PHImageContentMode contentMode, VoidBlock2<PHLivePhoto,NSDictionary<?,?>> resultHandler)intPHImageManager. requestLivePhotoForAsset(PHAsset asset, CGSize targetSize, PHImageContentMode contentMode, PHLivePhotoRequestOptions options, VoidBlock2<PHLivePhoto,NSDictionary<?,?>> resultHandler) -
Uses of PHLivePhoto in org.robovm.apple.photosui
Methods in org.robovm.apple.photosui that return PHLivePhoto Modifier and Type Method Description PHLivePhotoPHLivePhotoView. getLivePhoto()Methods in org.robovm.apple.photosui with parameters of type PHLivePhoto Modifier and Type Method Description voidPHLivePhotoView. setLivePhoto(PHLivePhoto v)