<!--
{
  "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

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

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

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

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



---

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)