AVAssetExportSessionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status flag of the export operation.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVAssetExportSessionStatus
type AVAssetExportSessionStatus =
- Inheritance
-
AVAssetExportSessionStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown error or state. |
Waiting | 1 | The session is waiting to export more data. |
Exporting | 2 | Asset export in progress. |
Completed | 3 | The export operation was completed. |
Failed | 4 | Asset export failed. |
Cancelled | 5 | The operation was cancelled. |