API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeStreamingLoadEvent
@codexo/exojs / core / stable
`HTMLMediaElement` ready-state events the streaming asset factories (MusicFactory, VideoFactory) accept as the load-completion signal. Pick the earliest event that meets your latency requirement; `'canplay'` is the default - the media can start playing, which for streamed media deliberately does not mean it has fully arrived.
0
props
0
methods
0
events
Import
import { StreamingLoadEvent } from '@codexo/exojs'`HTMLMediaElement` ready-state events the streaming asset factories (MusicFactory, VideoFactory) accept as the load-completion signal. Pick the earliest event that meets your latency requirement; `'canplay'` is the default - the media can start playing, which for streamed media deliberately does not mean it has fully arrived.
Definition1
"canplay" | "canplaythrough" | "loadeddata" | "loadedmetadata"Source