次の方法で共有


PHLivePhotoEditingContext.PrepareLivePhotoForPlayback メソッド

定義

オーバーロード

PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>)

編集したライブ写真を再生用に準備します。

PrepareLivePhotoForPlayback(CGSize, NSDictionary<NSString,NSObject>, Action<PHLivePhoto,NSError>)

編集したライブ写真を再生用に準備します。

PrepareLivePhotoForPlayback(CGSize, PHLivePhotoEditingOption, Action<PHLivePhoto,NSError>)

編集したライブ写真を再生用に準備します。

PrepareLivePhotoForPlayback(CGSize, Action<PHLivePhoto,NSError>)

編集したライブ写真を再生用に準備します。

public void PrepareLivePhotoForPlayback (CoreGraphics.CGSize targetSize, Action<Photos.PHLivePhoto,Foundation.NSError> handler);
member this.PrepareLivePhotoForPlayback : CoreGraphics.CGSize * Action<Photos.PHLivePhoto, Foundation.NSError> -> unit

パラメーター

targetSize
CGSize

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

handler
Action<PHLivePhoto,NSError>

Live Photo とエラーを受け取り、処理が完了したときにメイン スレッドで実行されるハンドラー。

適用対象

PrepareLivePhotoForPlayback(CGSize, NSDictionary<NSString,NSObject>, Action<PHLivePhoto,NSError>)

編集したライブ写真を再生用に準備します。

public virtual void PrepareLivePhotoForPlayback (CoreGraphics.CGSize targetSize, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options, Action<Photos.PHLivePhoto,Foundation.NSError> handler);
abstract member PrepareLivePhotoForPlayback : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * Action<Photos.PHLivePhoto, Foundation.NSError> -> unit
override this.PrepareLivePhotoForPlayback : CoreGraphics.CGSize * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * Action<Photos.PHLivePhoto, Foundation.NSError> -> unit

パラメーター

targetSize
CGSize

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

options
NSDictionary<NSString,NSObject>

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

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

handler
Action<PHLivePhoto,NSError>

Live Photo とエラーを受け取り、処理が完了したときにメイン スレッドで実行されるハンドラー。

適用対象

PrepareLivePhotoForPlayback(CGSize, PHLivePhotoEditingOption, Action<PHLivePhoto,NSError>)

編集したライブ写真を再生用に準備します。

[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 void PrepareLivePhotoForPlayback (CoreGraphics.CGSize targetSize, Photos.PHLivePhotoEditingOption options, Action<Photos.PHLivePhoto,Foundation.NSError> handler);
member this.PrepareLivePhotoForPlayback : CoreGraphics.CGSize * Photos.PHLivePhotoEditingOption * Action<Photos.PHLivePhoto, Foundation.NSError> -> unit

パラメーター

targetSize
CGSize

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

options
PHLivePhotoEditingOption

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

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

handler
Action<PHLivePhoto,NSError>

Live Photo とエラーを受け取り、処理が完了したときにメイン スレッドで実行されるハンドラー。

属性

適用対象