UniTAP.dev.ports.modules.link.hdmi.link
Main class describes HDMI link on Source (TX - transmitter) side. Contains following objects for working with link:
Returns object of class TmdsTx for working with TMDS.
None if TMDS does not support on the device.
Returns:
object of
TmdsTx|None type
Returns object of class FrlControlTx for working with FRL.
None if FRL does not support on the device.
Returns:
object of
FrlControlTx|None type
Main class describes HDMI link on Sink (RX - receiver) side. Contains following objects for working with link:
Returns object of class TmdsRx for working with TMDS.
None if TMDS does not support on the device.
Returns:
object of
TmdsRx|None type
Returns object of class FrlControlRx for working with FRL.
None if FRL does not support on the device.
Returns:
object of
FrlControlRx|None type
Returns object of class ArcRx for working with ARC.
None if ARC does not support on the device.
Returns:
object of
ArcRx|None type