mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
Reworks the creation process for DM transmitters
This commit is contained in:
parent
ed335cc9ae
commit
0376943dac
10 changed files with 135 additions and 128 deletions
|
|
@ -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 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue