PHLivePhoto.RequestLivePhoto Method

Definition

[Foundation.Export("requestLivePhotoWithResourceFileURLs:placeholderImage:targetSize:contentMode:resultHandler:")]
public static int RequestLivePhoto (Foundation.NSUrl[] fileUrls, UIKit.UIImage image, CoreGraphics.CGSize targetSize, Photos.PHImageContentMode contentMode, Action<Photos.PHLivePhoto,Foundation.NSDictionary> resultHandler);
static member RequestLivePhoto : Foundation.NSUrl[] * UIKit.UIImage * CoreGraphics.CGSize * Photos.PHImageContentMode * Action<Photos.PHLivePhoto, Foundation.NSDictionary> -> int

Parameters

fileUrls
NSUrl[]
image
UIImage

To be added.

This parameter can be null.

targetSize
CGSize
contentMode
PHImageContentMode

Returns

Attributes

Applies to