AVAssetReaderStatus 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 specify the AVAssetReader's status.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVAssetReaderStatus
type AVAssetReaderStatus =
- Inheritance
-
AVAssetReaderStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Indicates that reading has not yet begun. |
Reading | 1 | More sample buffers are ready for output. |
Completed | 2 | Reading completed successfully. |
Failed | 3 | Reading failed. |
Cancelled | 4 | Reading was cancelled. |