Confirmed users
220
edits
No edit summary |
|||
Line 27: | Line 27: | ||
}; | }; | ||
=== Interfaces | === Specific Port Interfaces === | ||
==== A/V ==== | |||
interface AVInputPort : InputPort { | |||
} | |||
==== DVI ==== | |||
interface DVIInputPort : InputPort { | |||
} | |||
==== HDMI/DisplayPort ==== | |||
interface HDMIInputPort : InputPort { | |||
} | |||
interface DisplayPortInputPort : HDMIInputPort { | |||
} | |||
== Examples == | == Examples == |