User:Shellylin/InputPort: Difference between revisions

Line 16: Line 16:
== Proposed API ==
== Proposed API ==
=== Basic interface ===
=== Basic interface ===
   enum InputPortTypeEnum { “hdmi”, “av”, “dvi” };
   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 ==
Confirmed users
220

edits