---
title: skipForwardCommand
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpremotecommandcenter/skipforwardcommand
---

# skipForwardCommand

The command object for playing a future point in a media item.

## Declaration

```swift
var skipForwardCommand: MPSkipIntervalCommand { get }
```

## Discussion

Discussion Use the object in this property to register your app’s handler for jumping to a future point in the current track. In your handler, skip forward by the amount specified in the event’s interval property. You can disable the command if your app does not support it.

## See Also

### Navigating a track’s contents

- [changePlaybackRateCommand](mediaplayer/mpremotecommandcenter/changeplaybackratecommand.md)
- [seekBackwardCommand](mediaplayer/mpremotecommandcenter/seekbackwardcommand.md)
- [seekForwardCommand](mediaplayer/mpremotecommandcenter/seekforwardcommand.md)
- [skipBackwardCommand](mediaplayer/mpremotecommandcenter/skipbackwardcommand.md)
- [changePlaybackPositionCommand](mediaplayer/mpremotecommandcenter/changeplaybackpositioncommand.md)
