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
    @HotSpotIntrinsicCandidate() @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 fluid(value: Boolean): VideoJSBuilder

    Permalink
  15. val fluid: Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def height(value: Int): VideoJSBuilder

    Permalink
  18. val height: UndefOr[Int]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

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

    Permalink
  21. val loop: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def options(opts: (String, Any)*): VideoJSBuilder

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

    Permalink
  27. val poster: UndefOr[String]

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

    Permalink
  29. val preload: String

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

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

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

    Permalink
  33. val sources: Seq[VideoSource]

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

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

    Permalink
  36. val techOrder: Seq[String]

    Permalink
  37. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(): Unit

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

    Permalink
  41. val width: UndefOr[Int]

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped