AVPlayerItemStatus 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 status of a AVPlayerItem.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVPlayerItemStatus
type AVPlayerItemStatus =
- Inheritance
-
AVPlayerItemStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The status of the item is not known. |
ReadyToPlay | 1 | The item is ready to play. |
Failed | 2 | The item could not be played. |