次の方法で共有


PHLivePhotoEditingContext.PrepareLivePhotoForPlaybackAsync メソッド

定義

オーバーロード

PrepareLivePhotoForPlaybackAsync(CGSize)

編集したライブ写真を再生用に非同期的に準備し、ライブ写真を提供するタスクを返します。

PrepareLivePhotoForPlaybackAsync(CGSize, NSDictionary<NSString,NSObject>)

編集したライブ写真を再生用に非同期的に準備し、ライブ写真を提供するタスクを返します。

PrepareLivePhotoForPlaybackAsync(CGSize, PHLivePhotoEditingOption)

編集したライブ写真を再生用に非同期的に準備し、ライブ写真を提供するタスクを返します。

PrepareLivePhotoForPlaybackAsync(CGSize)

編集したライブ写真を再生用に非同期的に準備し、ライブ写真を提供するタスクを返します。

public System.Threading.Tasks.Task<Photos.PHLivePhoto> PrepareLivePhotoForPlaybackAsync (CoreGraphics.CGSize targetSize);
member this.PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize -> System.Threading.Tasks.Task<Photos.PHLivePhoto>

パラメーター

targetSize
CGSize

ターゲットにする出力ビューのサイズ。

戻り値

適用対象

PrepareLivePhotoForPlaybackAsync(CGSize, NSDictionary<NSString,NSObject>)

編集したライブ写真を再生用に非同期的に準備し、ライブ写真を提供するタスクを返します。

public virtual System.Threading.Tasks.Task<Photos.PHLivePhoto> PrepareLivePhotoForPlaybackAsync (CoreGraphics.CGSize targetSize, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options);
abstract member PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<Photos.PHLivePhoto>
override this.PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<Photos.PHLivePhoto>

パラメーター

targetSize
CGSize

ターゲットにする出力ビューのサイズ。

options
NSDictionary<NSString,NSObject>

ライブ写真処理オプション。このパラメーターには を指定できます。

戻り値

非同期の PrepareLivePhotoForPlayback 操作を表すタスク。 TResult パラメーターの値は 型 Action<Photos.PHLivePhoto,Foundation.NSError>です。

適用対象

PrepareLivePhotoForPlaybackAsync(CGSize, PHLivePhotoEditingOption)

編集したライブ写真を再生用に非同期的に準備し、ライブ写真を提供するタスクを返します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public System.Threading.Tasks.Task<Photos.PHLivePhoto> PrepareLivePhotoForPlaybackAsync (CoreGraphics.CGSize targetSize, Photos.PHLivePhotoEditingOption options);
member this.PrepareLivePhotoForPlaybackAsync : CoreGraphics.CGSize * Photos.PHLivePhotoEditingOption -> System.Threading.Tasks.Task<Photos.PHLivePhoto>

パラメーター

targetSize
CGSize

ターゲットにする出力ビューのサイズ。

options
PHLivePhotoEditingOption

ライブ写真処理オプション。

このパラメーターは、null に設定できます。

戻り値

属性

適用対象