mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Fixed minor Interface Implementation Issues
This commit is contained in:
parent
4d433ebf22
commit
79253c6b31
5 changed files with 211 additions and 192 deletions
|
|
@ -16,9 +16,9 @@ using PepperDash.Core;
|
|||
namespace PepperDash.Essentials.DM
|
||||
{
|
||||
public class DmRmc4kZScalerCController : DmRmcControllerBase, IRmcRouting,
|
||||
IIRInputPort, IComPorts, ICec
|
||||
IIROutputPorts, IComPorts, ICec
|
||||
{
|
||||
DmRmc4kzScalerC Rmc { get; private set; }
|
||||
public DmRmc4kzScalerC Rmc { get; private set; }
|
||||
|
||||
public RoutingInputPort DmIn { get; private set; }
|
||||
public RoutingInputPort HdmiIn { get; private set; }
|
||||
|
|
@ -139,7 +139,7 @@ namespace PepperDash.Essentials.DM
|
|||
Rmc.AudioVideoSource = (DmRmc4kzScalerC.eAudioVideoSource)number;
|
||||
}
|
||||
|
||||
public void ExecuteNumericSwitch(uint inputSelector, uint outputSelector, eRoutingSignalType signalType)
|
||||
public void ExecuteNumericSwitch(ushort inputSelector, ushort outputSelector, eRoutingSignalType signalType)
|
||||
{
|
||||
Debug.Console(2, this, "Attempting a route from input {0} to HDMI Output", inputSelector);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue