AVPlayerActionAtItemEnd Enum

Definition

An enumeration whose values specify the behavior of the player when it finishes playing.

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

Fields

Advance 0

Indicates the player should advance to the next item, if it exists.

None 2

The player should do nothing.

Pause 1

The player should pause.

Applies to