mirror of
https://github.com/devine-dl/pywidevine.git
synced 2024-12-24 11:54:52 +00:00
Device: Reference Structures class within Device class
This commit is contained in:
parent
3d6ddb8dcd
commit
a729648a34
@ -21,7 +21,7 @@ class _Types(Enum):
|
||||
ANDROID = 2
|
||||
|
||||
|
||||
class Structures:
|
||||
class _Structures:
|
||||
v2 = Struct(
|
||||
"signature" / Const(b"WVD"),
|
||||
"version" / Const(Int8ub, 2),
|
||||
@ -63,7 +63,7 @@ class Structures:
|
||||
|
||||
class Device:
|
||||
Types = _Types
|
||||
|
||||
Structures = _Structures
|
||||
supported_structure = Structures.v2
|
||||
|
||||
# == Bin Format Revisions == #
|
||||
|
Loading…
Reference in New Issue
Block a user