Confirmed users
220
edits
(→Audio) |
(→A/V) |
||
Line 57: | Line 57: | ||
=== Specific Port Interfaces === | === Specific Port Interfaces === | ||
==== A/V ==== | ==== A/V ==== | ||
enum | enum AVType { "scart", "rca" }; | ||
interface AVInputPort : InputPort { | interface AVInputPort : InputPort { | ||
readonly attribute AVType type; | |||
} | } | ||