VideoPlayerWebOptionsControls.disabled constructor

const VideoPlayerWebOptionsControls.disabled()

Disables control options. Default behavior.

Implementation

const VideoPlayerWebOptionsControls.disabled()
    : enabled = false,
      allowDownload = false,
      allowFullscreen = false,
      allowPlaybackRate = false,
      allowPictureInPicture = false;