All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.laminext.videojs.PlayerEvents.scala Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
package io.laminext.videojs

import io.laminext.videojs.api.Player
import com.raquo.laminar.api.L._

class PlayerEvents(
  val player: Signal[Option[Player]],
  val loadStart: EventStream[Player],
  val ended: EventStream[Player],
  val timeUpdate: EventStream[Player],
  val seek: EventStream[Player]
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy