User:Shellylin/InputPort: Difference between revisions

Jump to navigation Jump to search
Line 57: Line 57:
=== Specific Port Interfaces ===
=== Specific Port Interfaces ===
==== A/V ====
==== A/V ====
   enum AVVideoType { "composite", "component" };
   enum AVType { "scart", "rca" };


   interface AVInputPort : InputPort {
   interface AVInputPort : InputPort {
     sequence<AVVideoType> getSupportedAVVideoTypes ();
     readonly attribute AVType type;
   }
   }


Confirmed users
220

edits

Navigation menu