<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPMediaPlayback/beginSeekingBackward()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:objc(pl)MPMediaPlayback(im)beginSeekingBackward"
  },
  "title" : "beginSeekingBackward()"
}
-->

# beginSeekingBackward()

Begins seeking backward through the media content.

```
func beginSeekingBackward()
```

## Discussion

Use this method to move the current playback position backward in time at an accelerated rate. Seeking begins when you call this method and continues until you call the [`endSeeking()`](/documentation/MediaPlayer/MPMediaPlayback/endSeeking()) method.

This method has no effect on streamed content.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)