AVPlayerItemStatus Enum

Definition

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

Failed 2

The item could not be played.

ReadyToPlay 1

The item is ready to play.

Unknown 0

The status of the item is not known.

Applies to