---
title: changePlaybackPositionCommand
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpremotecommandcenter/changeplaybackpositioncommand
---

# changePlaybackPositionCommand

The command object for changing the playback position in a media item.

## Declaration

```swift
var changePlaybackPositionCommand: MPChangePlaybackPositionCommand { get }
```

## Discussion

Discussion Use the object in this property to register your app’s handler for changing the playback position for the playlist. In your handler, change the playback position to the new value. 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)
- [skipForwardCommand](mediaplayer/mpremotecommandcenter/skipforwardcommand.md)
