共用方式為


PHLivePhotoEditingContext.PrepareLivePhotoForPlaybackAsync 方法

定義

多載

PrepareLivePhotoForPlaybackAsync(CGSize)

以非同步方式準備編輯的 Live Photo 進行播放,並傳回提供即時相片的工作。

PrepareLivePhotoForPlaybackAsync(CGSize, NSDictionary<NSString,NSObject>)

以非同步方式準備編輯的 Live Photo 進行播放,並傳回提供即時相片的工作。

PrepareLivePhotoForPlaybackAsync(CGSize, PHLivePhotoEditingOption)

以非同步方式準備編輯的 Live Photo 進行播放,並傳回提供即時相片的工作。

PrepareLivePhotoForPlaybackAsync(CGSize)

以非同步方式準備編輯的 Live Photo 進行播放,並傳回提供即時相片的工作。

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>)

以非同步方式準備編輯的 Live Photo 進行播放,並傳回提供即時相片的工作。

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)

以非同步方式準備編輯的 Live Photo 進行播放,並傳回提供即時相片的工作。

[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

傳回

屬性

適用於