---
title: beginSeekingForward()
framework: mediaplayer
role: symbol
role_heading: Instance Method
path: mediaplayer/mpmediaplayback/beginseekingforward()
---

# beginSeekingForward()

Begins seeking forward through the media content.

## Declaration

```swift
func beginSeekingForward()
```

## Discussion

Discussion Use this method to move the current playback position forward in time at an accelerated rate. Seeking begins when you call this method and continues until you call the endSeeking() method. This method has no effect on streamed content.

## See Also

### Seeking within media

- [beginSeekingBackward()](mediaplayer/mpmediaplayback/beginseekingbackward().md)
- [endSeeking()](mediaplayer/mpmediaplayback/endseeking().md)
