---
title: INPlaybackRepeatMode.none
framework: intents
role: symbol
role_heading: Case
path: intents/inplaybackrepeatmode/none
---

# INPlaybackRepeatMode.none

A mode that doesn’t repeat media items.

## Declaration

```swift
case none
```

## See Also

### Repeat Modes

- [INPlaybackRepeatMode.unknown](intents/inplaybackrepeatmode/unknown.md)
- [INPlaybackRepeatMode.all](intents/inplaybackrepeatmode/all.md)
- [INPlaybackRepeatMode.one](intents/inplaybackrepeatmode/one.md)
