Edytuj

Udostępnij za pośrednictwem


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

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.

Applies to