PHLivePhotoEditingContext.PrepareLivePhotoForPlaybackAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
ターゲットにする出力ビューのサイズ。
戻り値
- 属性