---
title: MPSeekCommandEvent
framework: mediaplayer
role: symbol
role_heading: Class
path: mediaplayer/mpseekcommandevent
---

# MPSeekCommandEvent

An event requesting that the player seek to a new position.

## Declaration

```swift
class MPSeekCommandEvent
```

## Topics

### Changing the current seek behavior

- [type](mediaplayer/mpseekcommandevent/type.md)

### Constants

- [MPSeekCommandEventType](mediaplayer/mpseekcommandeventtype.md)

## Relationships

### Inherits From

- [MPRemoteCommandEvent](mediaplayer/mpremotecommandevent.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

- [MPChangePlaybackPositionCommand](mediaplayer/mpchangeplaybackpositioncommand.md)
- [MPChangePlaybackPositionCommandEvent](mediaplayer/mpchangeplaybackpositioncommandevent.md)
- [MPSkipIntervalCommand](mediaplayer/mpskipintervalcommand.md)
- [MPSkipIntervalCommandEvent](mediaplayer/mpskipintervalcommandevent.md)
