mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Addresses exceptions in DmTx401CController constructor
This commit is contained in:
parent
d93a563cd8
commit
969ba3c87c
4 changed files with 49 additions and 37 deletions
|
|
@ -168,6 +168,8 @@ namespace PepperDash.Essentials.DM
|
|||
&& tx.CvbsInput.SyncDetectedFeedback.BoolValue)
|
||||
};
|
||||
|
||||
AnyVideoInput = new RoutingInputPortWithVideoStatuses(DmPortName.AnyVideoIn,
|
||||
eRoutingSignalType.Audio | eRoutingSignalType.Video, eRoutingPortConnectionType.None, 0, this, combinedFuncs);
|
||||
|
||||
DmOut = new RoutingOutputPort(DmPortName.DmOut, eRoutingSignalType.Audio | eRoutingSignalType.Video,
|
||||
eRoutingPortConnectionType.DmCat, null, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue