<!--
{
  "availability" : [
    "tvOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVPlayerViewControllerSkippingBehavior",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:@E@AVPlayerViewControllerSkippingBehavior"
  },
  "title" : "AVPlayerViewControllerSkippingBehavior"
}
-->

# AVPlayerViewControllerSkippingBehavior

Constants that represent the player view controller’s skipping behavior.

```
enum AVPlayerViewControllerSkippingBehavior
```

## Topics

### Creating a skipping behavior

[`init(rawValue:)`](/documentation/AVKit/AVPlayerViewControllerSkippingBehavior/init(rawValue:))

### Skipping Behaviors

[`AVPlayerViewControllerSkippingBehavior.default`](/documentation/AVKit/AVPlayerViewControllerSkippingBehavior/default)

The default skipping behavior, which is to skip forward or backward in 10-second intervals.

[`AVPlayerViewControllerSkippingBehavior.skipItem`](/documentation/AVKit/AVPlayerViewControllerSkippingBehavior/skipItem)

Skipping behavior that specifies skipping to the next or previous item in the player’s playlist.



---

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)