PHLivePhotoEditingContext.PrepareLivePhotoForPlaybackAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
要設為目標的輸出檢視大小。
傳回
- 屬性