AVAssetExportSessionStatus Enum

Definition

Status flag of the export operation.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVAssetExportSessionStatus
type AVAssetExportSessionStatus = 
Inheritance
AVAssetExportSessionStatus
Attributes

Fields

Cancelled 5

The operation was cancelled.

Completed 3

The export operation was completed.

Exporting 2

Asset export in progress.

Failed 4

Asset export failed.

Unknown 0

Unknown error or state.

Waiting 1

The session is waiting to export more data.

Applies to