Returns the data portion of a single PSSH box.
The PSSH ArrayBuffer.
The data portion of the PSSH.
const psshBuffer = new Uint8Array(samplePsshBox).bufferconst result = getPsshData(psshBuffer) Copy
const psshBuffer = new Uint8Array(samplePsshBox).bufferconst result = getPsshData(psshBuffer)
Returns the data portion of a single PSSH box.