Confirmed users
220
edits
| Line 16: | Line 16: | ||
== Proposed API == | == Proposed API == | ||
=== Basic interface === | === Basic interface === | ||
enum InputPortTypeEnum { | enum InputPortTypeEnum { “av”, “dvi”, "hdmi", "displayport" }; | ||
interface InputPort { | interface InputPort { | ||
| Line 26: | Line 26: | ||
attribute EventHandler ondisconnect; | attribute EventHandler ondisconnect; | ||
}; | }; | ||
== Interfaces for sprcific ports == | |||
== Examples == | == Examples == | ||