User:Shellylin/InputPort: Difference between revisions

Jump to navigation Jump to search
→‎Specific Port Interfaces: Fixed syntax error of interfaces.
(→‎InputPortManager: Update InputPortManager interface)
(→‎Specific Port Interfaces: Fixed syntax error of interfaces.)
Line 52: Line 52:
   interface AVInputPort : InputPort {
   interface AVInputPort : InputPort {
     // Possible hardware-dependent attributes.
     // Possible hardware-dependent attributes.
   }
   };


==== HDMI/DisplayPort ====
==== HDMI/DisplayPort ====
   interface HDMIInputPort : InputPort {
   interface HDMIInputPort : InputPort {
     // Possible hardware-dependent attributes.
     // Possible hardware-dependent attributes.
   }
   };


   interface DisplayPortInputPort : InputPort {
   interface DisplayPortInputPort : InputPort {
     // Possible hardware-dependent attributes.
     // Possible hardware-dependent attributes.
   }
   };


=== InputPortManager ===
=== InputPortManager ===
Confirmed users
220

edits

Navigation menu