---
title: WKMediaPlayerControllerOptionsStartTimeKey
framework: watchkit
role: symbol
role_heading: Global Variable
path: watchkit/wkmediaplayercontrolleroptionsstarttimekey
---

# WKMediaPlayerControllerOptionsStartTimeKey

The number of seconds into the media file at which to begin playback. The value of this key is an NSNumber object containing an TimeInterval value. Playback begins at the specified number of seconds past the original start point of the media file. If you do not specify this option, playback begins at the beginning of the media file.

## Declaration

```swift
let WKMediaPlayerControllerOptionsStartTimeKey: String
```

## See Also

### Constants

- [WKMediaPlayerControllerOptionsAutoplayKey](watchkit/wkmediaplayercontrolleroptionsautoplaykey.md)
- [WKMediaPlayerControllerOptionsVideoGravityKey](watchkit/wkmediaplayercontrolleroptionsvideogravitykey.md)
- [WKMediaPlayerControllerOptionsLoopsKey](watchkit/wkmediaplayercontrolleroptionsloopskey.md)
