Confirmed users
220
edits
(→InputPortManager: Update InputPortManager interface) |
(→Specific Port Interfaces: Fixed syntax error of interfaces.) |
||
Line 52: | Line 52: | ||
interface AVInputPort : InputPort { | interface AVInputPort : InputPort { | ||
// Possible hardware-dependent attributes. | // Possible hardware-dependent attributes. | ||
} | }; | ||
==== HDMI/DisplayPort ==== | ==== HDMI/DisplayPort ==== | ||
interface HDMIInputPort : InputPort { | interface HDMIInputPort : InputPort { | ||
// Possible hardware-dependent attributes. | // Possible hardware-dependent attributes. | ||
} | }; | ||
interface DisplayPortInputPort : InputPort { | interface DisplayPortInputPort : InputPort { | ||
// Possible hardware-dependent attributes. | // Possible hardware-dependent attributes. | ||
} | }; | ||
=== InputPortManager === | === InputPortManager === |