AVAssetWriterStatus Enum

Definition

An enumeration whose values represent the status of an AVAssetWriter object.

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

Fields

Cancelled 4

The asset writing has been cancelled.

Completed 2

The asset writing completed successfully.

Failed 3

The asset writing failed while writing.

Unknown 0

The state of the AVAssetWriter cannot be determined.

Writing 1

Assets are currently being written.

Applies to