<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerLooper/ItemOrdering",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVPlayerLooperItemOrdering"
  },
  "title" : "AVPlayerLooper.ItemOrdering"
}
-->

# AVPlayerLooper.ItemOrdering

Constants that define the ordering of items in a player looper.

```
enum ItemOrdering
```

## Topics

### Ordering

[`AVPlayerLooperItemOrderingLoopingItemsPrecedeExistingItems`](/documentation/AVFoundation/AVPlayerLooper/ItemOrdering/loopingItemsPrecedeExistingItems)

Indicates to insert replica items before any existing items in the specified player’s queue.

[`AVPlayerLooperItemOrderingLoopingItemsFollowExistingItems`](/documentation/AVFoundation/AVPlayerLooper/ItemOrdering/loopingItemsFollowExistingItems)

Indicates to insert replica items after any existing items in the specified player’s queue.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)