new

fun new(systemId: Uuid, keyIds: List<Uuid>? = null, initData: Any? = null, version: Int = 0, flags: Int = 0): PSSH

Create a new PSSH object.

  • For version 0, provide initData only.

  • For version 1, provide either keyIds or initData.