Module
Clappr.Events
- Package
- purescript-clappr
- Repository
- paluh/purescript-clappr
#NativeBitrate Source
type NativeBitrate = { bandwidth :: Nullable Int, height :: Int, width :: Int }#onContainerBitrateImpl Source
onContainerBitrateImpl :: forall eff. EffFn2 (ClapprEff eff) Clappr (EffFn1 (ClapprEff eff) NativeBitrate Unit) Unit#ContainerError Source
data ContainerError :: TypeXXX: Fix error type
#onContainerErrorImpl Source
onContainerErrorImpl :: forall eff. EffFn2 (ClapprEff eff) Clappr (EffFn1 (ClapprEff eff) ContainerError Unit) Unit#onContainerError Source
onContainerError :: forall eff. Clappr -> (ContainerError -> Eff (ClapprEff eff) Unit) -> Eff (ClapprEff eff) Unit#PlaybackError Source
data PlaybackError :: TypeXXX: Fix error type
#onPlaybackErrorImpl Source
onPlaybackErrorImpl :: forall eff. EffFn2 (ClapprEff eff) Clappr (EffFn1 (ClapprEff eff) PlaybackError Unit) Unit#onPlaybackError Source
onPlaybackError :: forall eff. Clappr -> (PlaybackError -> Eff (ClapprEff eff) Unit) -> Eff (ClapprEff eff) Unit#PlayerError Source
data PlayerError :: TypeXXX: Fix error type
#onPlayerErrorImpl Source
onPlayerErrorImpl :: forall eff. EffFn2 (ClapprEff eff) Clappr (EffFn1 (ClapprEff eff) PlayerError Unit) Unit#onPlayerError Source
onPlayerError :: forall eff. Clappr -> (PlayerError -> Eff (ClapprEff eff) Unit) -> Eff (ClapprEff eff) Unit