tfausak / jawa / Jawa.Event.FirstFrame


type alias FirstFrame =
{ loadTime : Basics.Float }

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

decoder : Json.Decode.Decoder FirstFrame

A JSON decoder.

encode : FirstFrame -> Json.Encode.Value

A JSON encoder.

tag : String

The tag that describes this type.