PSSH: Return Base64 representation with `__str__`

This commit is contained in:
rlaphoenix 2022-12-26 23:47:43 +00:00
parent bc2b5beef4
commit 2648d1c669
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@ class PSSH:
def __repr__(self) -> str:
return f"PSSH<{self.system_id}>(v{self.version}; {self.flags}, {self.key_ids}, {self.init_data})"
def __str__(self) -> str:
return self.dumps()
@classmethod
def new(
cls,