reference
enumerations
Context Event

Enumeration: CONTEXT_EVENT

Enum representing context events.

Enumeration Members

DESTROY

DESTROY: "context.destroy"

Fired when the context is destroyed

Defined in

modules/events/events.dto.ts:72 (opens in a new tab)


DIMENSION_CHANGED

DIMENSION_CHANGED: "context.dimension.changed"

Fired when the dimensions of the player change

Defined in

modules/events/events.dto.ts:66 (opens in a new tab)


FULLSCREEN_CHANGED

FULLSCREEN_CHANGED: "context.fullscreen.changed"

Fired when the fullscreen state changes

Defined in

modules/events/events.dto.ts:68 (opens in a new tab)


INITIALIZING

INITIALIZING: "context.initializing"

Fired when the context is initializing

Defined in

modules/events/events.dto.ts:52 (opens in a new tab)


OPTIONS_CHANGED

OPTIONS_CHANGED: "context.options.changed"

Fired when the options of the context change

Defined in

modules/events/events.dto.ts:76 (opens in a new tab)


PIP_CHANGED

PIP_CHANGED: "context.pip.changed"

Fired when the picture-in-picture state changes

Defined in

modules/events/events.dto.ts:70 (opens in a new tab)


PLAYBACK_ADAPTER_LOADED

PLAYBACK_ADAPTER_LOADED: "context.playback.adapter.loaded"

Fired when the playback adapter is loaded

Defined in

modules/events/events.dto.ts:60 (opens in a new tab)


PLUGINS_CONNECTED

PLUGINS_CONNECTED: "context.plugins.connected"

Fired when plugins are connected

Defined in

modules/events/events.dto.ts:56 (opens in a new tab)


PLUGINS_DISCONNECTED

PLUGINS_DISCONNECTED: "context.plugins.disconnected"

Fired when plugins are disconnected

Defined in

modules/events/events.dto.ts:58 (opens in a new tab)


PLUGINS_LOADED

PLUGINS_LOADED: "context.plugins.loaded"

Fired when all plugins are loaded

Defined in

modules/events/events.dto.ts:54 (opens in a new tab)


READY

READY: "context.ready"

Fired when the context is ready

Defined in

modules/events/events.dto.ts:64 (opens in a new tab)


STATE_CHANGED

STATE_CHANGED: "context.state.changed"

Fired when the state of the context changes

Defined in

modules/events/events.dto.ts:74 (opens in a new tab)


STORAGE_LOADED

STORAGE_LOADED: "context.storage.loaded"

Fired when the storage is loaded

Defined in

modules/events/events.dto.ts:62 (opens in a new tab)