---
title: MPMovieControlStyle.fullscreen
framework: mediaplayer
role: symbol
role_heading: Case
path: mediaplayer/mpmoviecontrolstyle/fullscreen
---

# MPMovieControlStyle.fullscreen

## Declaration

```swift
case fullscreen
```

## Discussion

Discussion Controls for fullscreen playback are displayed. The controls include a start/pause button, a scrubber bar, forward and reverse seeking buttons, a button for toggling between fullscreen and embedded display modes, a button for toggling the aspect fill mode, and a Done button. Tapping the done button pauses the video and exits fullscreen mode.

## See Also

### Constants

- [MPMovieControlStyle.none](mediaplayer/mpmoviecontrolstyle/none.md)
- [MPMovieControlStyle.embedded](mediaplayer/mpmoviecontrolstyle/embedded.md)
- [default](mediaplayer/mpmoviecontrolstyle/default.md)
