Options
All
  • Public
  • Public/Protected
  • All
Menu

External module PlayerAPI

module

PlayerAPI

Index

Type aliases

PlayerType

PlayerType: "html5" | "flash" | "native" | "native-flash" | "unknown"
  • html5... The MediaSource Extension (MSE) based JavaScript player.
  • native... The browser's native capabilities are being used, e.g. playing back HLS in Safari on iOS.
  • flash... The Flash fallback.
  • native-flash... Flash's native HLS playback capabilities, especially used for DRM protected streams with Adobe Access in HLS.
  • unknown... The initial value where it is not known yet which player will be used.

StreamType

StreamType: "progressive" | "dash" | "hls" | "smooth" | "unknown"
  • progressive... Progressive MP4 or WebM streams.
  • dash... MPEG-DASH streams.
  • hls... Apple HLS streams.
  • smooth... Microsoft Smooth Streaming streams.
  • unknown... No stream specified.

Generated using TypeDoc