<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayer/ActionAtItemEnd-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVPlayerActionAtItemEnd"
  },
  "title" : "AVPlayer.ActionAtItemEnd"
}
-->

# AVPlayer.ActionAtItemEnd

The actions a player can take when it finishes playing.

```
enum ActionAtItemEnd
```

## Topics

### Actions

[`AVPlayerActionAtItemEndAdvance`](/documentation/AVFoundation/AVPlayer/ActionAtItemEnd-swift.enum/advance)

The player should advance to the next item, if there is one.

[`AVPlayerActionAtItemEndPause`](/documentation/AVFoundation/AVPlayer/ActionAtItemEnd-swift.enum/pause)

The player should pause playing.

[`AVPlayerActionAtItemEndNone`](/documentation/AVFoundation/AVPlayer/ActionAtItemEnd-swift.enum/none)

The player should do nothing.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)