Beta
Returns the data portion of a single PSSH box.
The PSSH ArrayBuffer.
The data portion of the PSSH.
const psshBuffer = new Uint8Array(samplePsshBox).buffer;const result = getPSSHData(psshBuffer); Copy
const psshBuffer = new Uint8Array(samplePsshBox).buffer;const result = getPSSHData(psshBuffer);
Returns the data portion of a single PSSH box.