Module player-types/packages/playback-technology/PlaybackTechnology.package

PlaybackTechnology.package

Provides the PlaybackTechnologyComponent for managing and resolving playback technologies.

Technologies register themselves with the component, declaring:

  • Their type (manifest-parsing, segment-loading, presentation)
  • What other types they depend on
  • What source types they handle
  • Whether they're supported in the current environment

The component auto-resolves valid technology chains when technologies are added.

Example chain: [manifest-parsing (dash)] -> [presentation (mse)] Example standalone: [presentation (native)]

PlaybackTechnology Package Dependency Graph

PlaybackTechnology
Source

References

Variables

References

Renames and re-exports PlaybackTechnologyPackage

Generated using TypeDoc