Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StaticPlayerAPI

The static Bitmovin player API that is either available through the global [window.]bitmovin.player namespace or imported as AMD module. The static API provides the constructor for player instances and other static fields as documented.

Hierarchy

  • StaticPlayerAPI

Callable

  • The entry point to player instances. Creates and returns a new or already existing player instance attached to the provided DOM element ID.

    Parameters

    • domElementID: string

      the ID of the DOM (i.e. HTML) element that the player should be added to

    Returns PlayerAPI

Index

Properties

DRM

DRM: any

EVENT

EVENT: Event

An enumeration of all player events.

EVENTS

EVENTS: Event[]

A list of all player event values.

LOGLEVEL

LOGLEVEL: LogLevel

An enumeration of possible log levels.

LOGLEVELS

LOGLEVELS: LogLevel[]

A list of all possible log level values.

PlayerAPINotAvailableException

PlayerAPINotAvailableException: PlayerAPINotAvailableException

Exposes the PlayerAPINotAvailableException through the static namespace.

VR

The VR namespace.

version

version: string

The version number of the player.

Generated using TypeDoc