tfausak / jawa / Jawa.Event.Pause


type alias Pause =
{ newstate : Jawa.State.State
, oldstate : Jawa.State.State
, pauseReason : Maybe Jawa.PauseReason.PauseReason
, reason : Jawa.State.State
, viewable : Jawa.Viewable.Viewable 
}

https://docs.jwplayer.com/players/reference/playback-events-1#onpause

decoder : Json.Decode.Decoder Pause

A JSON decoder.

encode : Pause -> Json.Encode.Value

A JSON encoder.

tag : String

The tag that describes this type.