namespace PepperDash.Essentials.Core { /// /// Defines a receiver that has internal routing (DM-RMC-4K-Z-SCALER-C) /// public interface IRmcRouting : IRoutingNumeric { IntFeedback AudioVideoSourceNumericFeedback { get; } } }