VideoPlayerWebOptionsControls.enabled constructor
const
VideoPlayerWebOptionsControls.enabled({})
Enables controls and sets how the options are displayed
Implementation
const VideoPlayerWebOptionsControls.enabled({
this.allowDownload = true,
this.allowFullscreen = true,
this.allowPlaybackRate = true,
this.allowPictureInPicture = true,
}) : enabled = true;