parseAll

Parse every pssh box in an ISOBMFF byte sequence.

Multi-DRM init segments carry Widevine and PlayReady boxes side by side; the PSSH constructors only ever return the first.


fun parseAll(data: String): List<PSSH>

Parse data as Base64 and return every pssh box in it.