using System; using System.Linq; using System.Collections.Generic; using Crestron.SimplSharp; using Crestron.SimplSharpPro; using Crestron.SimplSharpPro.DeviceSupport; using PepperDash.Essentials.Core; namespace PepperDash.Essentials.Devices { ///// ///// This DVD class should cover most IR, one-way DVD and Bluray fuctions ///// //public class OppoBluray : IrDvdBase, IDvdControls, IExtendedOutputs //{ // public OppoBluray(string key, string name, IROutputPort port, string irDriverFilepath) : base(key, name, port, irDriverFilepath) { } // public OutputsToTriListBridge GetExtendedOutputsToTriListBridge() // { // return new ExtendedDvdTriListBridge(); // } //} //public class ExtendedDvdTriListBridge : OutputsToTriListBridge //{ // public override void Link() // { // throw new NotImplementedException(); // } // public override void UnLink() // { // throw new NotImplementedException(); // } //} }