Class: shaka.util.Pssh

Constructor

new Pssh(psshBoxnon-null)

Parse a PSSH box and extract the system IDs.
Parameters:
Name Type Description
psshBox Uint8Array
Source:
Throws:
if a PSSH box is truncated or contains a size field over 53 bits.
Type
shaka.util.Error

Members

(non-null) cencKeyIds :Array.<string>

In hex.
Type:
  • Array.<string>
Source:

(non-null) systemIds :Array.<string>

In hex.
Type:
  • Array.<string>
Source:

Methods

(private) parseBox_(boxnon-null)

Parameters:
Name Type Description
box shakaExtern.ParsedBox
Source: