---
title: seekForwardCommand
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpremotecommandcenter/seekforwardcommand
---

# seekForwardCommand

The command object for seeking forward through a single media item.

## Declaration

```swift
var seekForwardCommand: MPRemoteCommand { get }
```

## Discussion

Discussion Use the object in this property to register your app’s handler for seeking forward in the current track. In your handler, begin seeking forward through the current media item. 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)
- [skipBackwardCommand](mediaplayer/mpremotecommandcenter/skipbackwardcommand.md)
- [skipForwardCommand](mediaplayer/mpremotecommandcenter/skipforwardcommand.md)
- [changePlaybackPositionCommand](mediaplayer/mpremotecommandcenter/changeplaybackpositioncommand.md)
