mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 09:50:41 +00:00
Update umid_parser.py
This commit is contained in:
@@ -7,7 +7,7 @@ class UMIDParser:
|
|||||||
|
|
||||||
This implementation is based on SMPTE ST 330:2011
|
This implementation is based on SMPTE ST 330:2011
|
||||||
"""
|
"""
|
||||||
def __init__(self, raw_umid : bytearray):
|
def __init__(self, raw_umid: bytearray):
|
||||||
self.raw_umid = raw_umid
|
self.raw_umid = raw_umid
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user