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

com.malliina.audio.PlaybackEvents.scala Maven / Gradle / Ivy

The newest version!
package com.malliina.audio

import scala.concurrent.duration.Duration

object PlaybackEvents {

  trait PlaybackEvent

  case object EndOfMedia extends PlaybackEvent

  case class TimeUpdated(position: Duration) extends PlaybackEvent

  case object Started extends PlaybackEvent

  case object Stopped extends PlaybackEvent

  case object Closed extends PlaybackEvent
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy