Confirmed users
220
edits
(→A/V) |
|||
Line 68: | Line 68: | ||
==== Audio ==== | ==== Audio ==== | ||
enum AudioType { "pc" }; | |||
interface AudioInputPort : InputPort { | interface AudioInputPort : InputPort { | ||
readonly attribute AudioType type; | |||
} | } | ||
==== HDMI/DisplayPort ==== | ==== HDMI/DisplayPort ==== | ||
interface HDMIInputPort : InputPort { | interface HDMIInputPort : InputPort { | ||
} | } | ||
interface DisplayPortInputPort : | interface DisplayPortInputPort : InputPort { | ||
} | } | ||