AVPlayerActionAtItemEnd 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 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
Name | Value | Description |
---|---|---|
Advance | 0 | Indicates the player should advance to the next item, if it exists. |
Pause | 1 | The player should pause. |
None | 2 | The player should do nothing. |