Class: shaka.util.EmeUtils

A set of EME utility functions.

Source:

Members

(private, static, constant, non-null) KEY_STATUS_ERROR_MAP_ :Object.<string, string>

A map from key statuses to error messages. Key statuses that are not errors are not included in the map.
Type:
  • Object.<string, string>
Source:

Methods

(static) getKeyStatusErrorMessage(status) → (nullable) {string}

Gets the error message for the given key status.
Parameters:
Name Type Description
status string
Source:
See:
Returns:
Type
string