tfausak / jawa / Jawa.Event.Time


type alias Time =
{ currentTime : Basics.Float
, duration : Basics.Float
, metadata : Jawa.Metadata.Metadata
, position : Basics.Float
, seekRange : Jawa.SeekRange.SeekRange
, viewable : Jawa.Viewable.Viewable 
}

https://docs.jwplayer.com/players/reference/seek-events-1#ontime

decoder : Json.Decode.Decoder Time

A JSON decoder.

encode : Time -> Json.Encode.Value

A JSON encoder.

tag : String

The tag that describes this type.