Package

com.karasiq

videojs

Permalink

package videojs

Visibility
  1. Public
  2. All

Type Members

  1. trait Component extends Object

    Permalink

    Annotations
    @RawJSType() @native()
    See also

    http://docs.videojs.com/docs/api/component.html

  2. trait Player extends Object with Component

    Permalink

    Annotations
    @RawJSType() @native()
    See also

    http://docs.videojs.com/docs/api/player.html

  3. case class VideoJSBuilder(sources: Seq[VideoSource] = Nil, controls: Boolean = true, autoplay: Boolean = false, loop: Boolean = false, fluid: Boolean = false, preload: String = "auto", poster: UndefOr[String] = js.undefined, width: UndefOr[Int] = js.undefined, height: UndefOr[Int] = js.undefined, techOrder: Seq[String] = Nil, readyHandlers: Seq[(Player) ⇒ Unit] = Nil, additional: Map[String, Any] = Map.empty) extends Product with Serializable

    Permalink
  4. class VideoJSOptions extends Object

    Permalink
    Annotations
    @RawJSType()
  5. trait VideoSource extends Object

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object Component extends Object

    Permalink
    Annotations
    @native() @JSGlobal( "Component" )
  2. object Player extends Object

    Permalink
    Annotations
    @native() @JSGlobal( "Player" )
  3. object VideoJS extends Object with Component

    Permalink
    Annotations
    @native() @JSImport( "video.js" , JSImport.Default , "videojs" )
  4. object VideoJSOptions

    Permalink
  5. object VideoSource

    Permalink
  6. object VjsUtils

    Permalink
  7. package components

    Permalink

Ungrouped