PHImageManager.RequestLivePhoto Method

Definition

[Foundation.Export("requestLivePhotoForAsset:targetSize:contentMode:options:resultHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual int RequestLivePhoto (Photos.PHAsset asset, CoreGraphics.CGSize targetSize, Photos.PHImageContentMode contentMode, Photos.PHLivePhotoRequestOptions options, Photos.PHImageManagerRequestLivePhoto resultHandler);
abstract member RequestLivePhoto : Photos.PHAsset * CoreGraphics.CGSize * Photos.PHImageContentMode * Photos.PHLivePhotoRequestOptions * Photos.PHImageManagerRequestLivePhoto -> int
override this.RequestLivePhoto : Photos.PHAsset * CoreGraphics.CGSize * Photos.PHImageContentMode * Photos.PHLivePhotoRequestOptions * Photos.PHImageManagerRequestLivePhoto -> int

Parameters

asset
PHAsset
targetSize
CGSize
contentMode
PHImageContentMode
options
PHLivePhotoRequestOptions

To be added.

This parameter can be null.

Returns

Attributes

Applies to