共用方式為


AVAssetExportSessionStatus 列舉

定義

匯出作業的狀態旗標。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVAssetExportSessionStatus
type AVAssetExportSessionStatus = 
繼承
AVAssetExportSessionStatus
屬性

欄位

Cancelled 5

作業已取消。

Completed 3

匯出作業已完成。

Exporting 2

資產匯出進行中。

Failed 4

資產匯出失敗。

Unknown 0

未知的錯誤或狀態。

Waiting 1

會話正在等候匯出更多資料。

適用於