PHLivePhotoEditingContext.PrepareLivePhotoForPlayback メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
ターゲットにする出力ビューのサイズ。
- 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
ターゲットにする出力ビューのサイズ。
- handler
- Action<PHLivePhoto,NSError>
Live Photo とエラーを受け取り、処理が完了したときにメイン スレッドで実行されるハンドラー。
- 属性