Class

com.karasiq.videojs

VideoJSBuilder

Related Doc: package videojs

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VideoJSBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val additional: Map[String, Any]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def autoplay(value: Boolean): VideoJSBuilder

    Permalink
  7. val autoplay: Boolean

    Permalink
  8. def build(): Element

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def controls(value: Boolean): VideoJSBuilder

    Permalink
  11. val controls: Boolean

    Permalink
  12. def dimensions(width: Int, height: Int): VideoJSBuilder

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fluid(value: Boolean): VideoJSBuilder

    Permalink
  16. val fluid: Boolean

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def height(value: Int): VideoJSBuilder

    Permalink
  19. val height: UndefOr[Int]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def loop(value: Boolean): VideoJSBuilder

    Permalink
  22. val loop: Boolean

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def options(opts: (String, Any)*): VideoJSBuilder

    Permalink
  27. def poster(value: String): VideoJSBuilder

    Permalink
  28. val poster: UndefOr[String]

    Permalink
  29. def preload(value: String): VideoJSBuilder

    Permalink
  30. val preload: String

    Permalink
  31. def ready(value: (Player) ⇒ Unit): VideoJSBuilder

    Permalink
  32. val readyHandlers: Seq[(Player) ⇒ Unit]

    Permalink
  33. def sources(value: VideoSource*): VideoJSBuilder

    Permalink
  34. val sources: Seq[VideoSource]

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def techOrder(value: String*): VideoJSBuilder

    Permalink
  37. val techOrder: Seq[String]

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def width(value: Int): VideoJSBuilder

    Permalink
  42. val width: UndefOr[Int]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped