@liveryvideo/player
Version:
Livery video player for use in web browsers.
13 lines (9 loc) • 581 B
Markdown
[@liveryvideo/player v7.15.0](../index.md) / DisplayMode
# Type alias: DisplayMode
> **DisplayMode**: `"AIRPLAY"` \| `"CHROMECAST"` \| `"DEFAULT"` \| `"FULLSCREEN"` \| `"PIP"`
Mode of display for player and/or video, i.e:
- `'DEFAULT'` for default display in the web page
- `'FULLSCREEN'` for fullscreen display
- `'PIP'` for picture-in-picture display of the video (the interactive layer remains in the page)
- `'AIRPLAY'` for Airplay display of the video (not yet supported by web player)
- `'CHROMECAST'` for Chromecast display of the video (not yet supported by web player)