videojs
videojs
API
io.laminext.videojs
VideoJSPlayer
VideoPlayer
io.laminext.videojs.api
ChildDefinition
Component
ComponentOptions
ControlBarOptions
ControlBarOptions
EventTarget
EventTarget
Event
HlsTech
HlsTechHxr
HlsTechHxrBeforeRequestOptions
IWillNotUseThisInPlugins
Player
SliderOptions
TechWithHls
VideoJS
VideoJSOptions
VideoJSOptions
VideoSource
VideoSource
VjsUtils
VolumeControlOptions
VolumeControlOptions
VolumePanelOptions
VolumePanelOptions
io.laminext.videojs.api.components
ControlBar
ProgressControl
SeekBar
Slider
VolumeBar
VolumeControl
io.laminext.videojs.api.plugins
HlsQualitySelectorOptions
HlsQualitySelectorOptions
HttpSourceSelector
HttpSourceSelectorExt
QualityLevels
videojs
/
io.laminext.videojs.api
/
VideoJSOptions
VideoJSOptions
io.laminext.videojs.api.VideoJSOptions$
See the
VideoJSOptions
companion trait
object
VideoJSOptions
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
VideoJSOptions
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
apply
(
sources
:
Seq
[
VideoSource
],
controls
:
Boolean
,
autoplay
:
Boolean
,
loop
:
Boolean
,
fluid
:
Boolean
,
preload
:
String
,
poster
:
UndefOr
[
String
],
width
:
UndefOr
[
Int
],
height
:
UndefOr
[
Int
],
techOrder
:
Seq
[
String
],
aspectRatio
:
UndefOr
[
String
],
bigPlayButton
:
UndefOr
[
Boolean
],
controlBar
:
UndefOr
[
ControlBarOptions
],
defaultVolume
:
UndefOr
[
Double
],
html5
:
UndefOr
[
Any
],
liveui
:
UndefOr
[
Boolean
],
muted
:
UndefOr
[
Boolean
],
nativeControlsForTouch
:
UndefOr
[
Boolean
],
notSupportedMessage
:
UndefOr
[
String
],
playbackRates
:
Seq
[
Double
],
additional
:
Seq
[(
String
,
Any
)]):
VideoJSOptions