---
title: MPChangePlaybackPositionCommand
framework: mediaplayer
role: symbol
role_heading: Class
path: mediaplayer/mpchangeplaybackpositioncommand
---

# MPChangePlaybackPositionCommand

An object that responds to requests to change the current playback position of the playing item.

## Declaration

```swift
class MPChangePlaybackPositionCommand
```

## Relationships

### Inherits From

- [MPRemoteCommand](mediaplayer/mpremotecommand.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Responding to track navigation events

- [MPChangePlaybackPositionCommandEvent](mediaplayer/mpchangeplaybackpositioncommandevent.md)
- [MPSeekCommandEvent](mediaplayer/mpseekcommandevent.md)
- [MPSkipIntervalCommand](mediaplayer/mpskipintervalcommand.md)
- [MPSkipIntervalCommandEvent](mediaplayer/mpskipintervalcommandevent.md)
