Reworks the creation process for DM transmitters

This commit is contained in:
Alex Johnson
2022-08-20 15:18:39 -04:00
parent ed335cc9ae
commit 0376943dac
10 changed files with 135 additions and 128 deletions

View File

@@ -27,6 +27,8 @@ namespace PepperDash.Essentials.DM
public HDBaseTTxController(string key, string name, HDTx3CB tx)
: base(key, name, tx)
{
PreventRegistration = true;
HdmiIn = new RoutingInputPort(DmPortName.HdmiIn1, eRoutingSignalType.Audio | eRoutingSignalType.Video,
eRoutingPortConnectionType.Hdmi, null, this) { Port = tx };