1.1.0版本

This commit is contained in:
xinzhu.yin
2026-04-16 16:51:05 +08:00
commit c157e774e5
333 changed files with 70759 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
from .hdtx import *
class HDTX4xx(HDTX):
"""
Main class of `HDTX4xx` object.
Inherited from class `HDTX`.
Class describes capabilities of 400th (4XX) series of HDMI devices in Source (TX - transmitter) role.
"""
def __init__(self, port_io: PortIO, memory_manager: MemoryManager, capturer: Capturer):
super().__init__(port_io, memory_manager, capturer)