You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rework PSSH.overwrite_key_ids() as an instance method now named PSSH.set_key_ids().
Rework PSSH.get_key_ids() as a property method named PSSH.key_ids. This allows swift access to all the Key IDs of
the current PSSH object data.
Rework PSSH.from_playready_pssh() as an instance method now named PSSH.playready_to_widevine() that now converts
the current instances values directly. This allows you to more easily instance as any PSSH, then convert after wards
and only if wanted and when needed.