AVAssetWriterStatus 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.
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
Name | Value | Description |
---|---|---|
Unknown | 0 | The state of the AVAssetWriter cannot be determined. |
Writing | 1 | Assets are currently being written. |
Completed | 2 | The asset writing completed successfully. |
Failed | 3 | The asset writing failed while writing. |
Cancelled | 4 | The asset writing has been cancelled. |