Module

Clappr.Events

Package
purescript-clappr
Repository
paluh/purescript-clappr

#NativeBitrate Source

type NativeBitrate = { bandwidth :: Nullable Int, height :: Int, width :: Int }

#Bitrate Source

type Bitrate = { bandwidth :: Maybe Int, height :: Int, width :: Int }

#onContainerBitrate Source

#ContainerError Source

data ContainerError :: Type

XXX: Fix error type

#ContainerPlaybackState Source

#PlaybackError Source

data PlaybackError :: Type

XXX: Fix error type

#PlayerError Source

data PlayerError :: Type

XXX: Fix error type

#onPlayerFullscreen Source

#Size Source

data Size :: Type

XXX: Fix size type

#onPlayerResize Source

#Progress Source

type Progress = { current :: Number, total :: Number }

#onPlayerVolumeupdate Source