VideoJSOptions

io.laminext.videojs.api.VideoJSOptions$
See theVideoJSOptions companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

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