Skip to main content

VideoControlsMode

Modes that can receive different Video.controls values.

Inherits: enum.Enum

Properties

  • DEFAULT - Fallback controls used when no applicable mode-specific value is provided.
  • FULLSCREEN - Controls used when the video is fullscreen.
  • NORMAL - Controls used when the video is not fullscreen.

Properties

DEFAULTclass-attributeinstance-attribute

Fallback controls used when no applicable mode-specific value is provided.

FULLSCREENclass-attributeinstance-attribute

Controls used when the video is fullscreen.

NORMALclass-attributeinstance-attribute

Controls used when the video is not fullscreen.