-
Methods in org.robovm.apple.photos with parameters of type PHAsset
| Modifier and Type |
Method |
Description |
protected static long |
PHAssetChangeRequest.create(PHAsset asset) |
|
static PHFetchResult<PHAssetCollection> |
PHAssetCollection.fetchAssetCollectionsContainingAsset(PHAsset asset,
PHAssetCollectionType type,
PHFetchOptions options) |
|
static NSArray<PHAssetResource> |
PHAssetResource.getAssetResources(PHAsset asset) |
|
int |
PHImageManager.requestAVAssetForVideo(PHAsset asset,
PHVideoRequestOptions options,
VoidBlock3<AVAsset,AVAudioMix,NSDictionary<?,?>> resultHandler) |
|
int |
PHImageManager.requestExportSessionForVideo(PHAsset asset,
PHVideoRequestOptions options,
String exportPreset,
VoidBlock2<AVAssetExportSession,NSDictionary<?,?>> resultHandler) |
|
int |
PHImageManager.requestImageDataAndOrientationForAsset(PHAsset asset,
PHImageRequestOptions options,
VoidBlock4<NSData,NSString,CGImagePropertyOrientation,NSDictionary<?,?>> resultHandler) |
|
int |
PHImageManager.requestImageDataForAsset(PHAsset asset,
PHImageRequestOptions options,
VoidBlock4<NSData,NSString,UIImageOrientation,NSDictionary<?,?>> resultHandler) |
Deprecated.
|
int |
PHImageManager.requestImageForAsset(PHAsset asset,
CGSize targetSize,
PHImageContentMode contentMode,
PHImageRequestOptions options,
VoidBlock2<UIImage,NSDictionary<?,?>> resultHandler) |
|
int |
PHImageManager.requestLivePhotoForAsset(PHAsset asset,
CGSize targetSize,
PHImageContentMode contentMode,
PHLivePhotoRequestOptions options,
VoidBlock2<PHLivePhoto,NSDictionary<?,?>> resultHandler) |
|
int |
PHImageManager.requestPlayerItemForVideo(PHAsset asset,
PHVideoRequestOptions options,
VoidBlock2<AVPlayerItem,NSDictionary<?,?>> resultHandler) |
|