Confirmed users
220
edits
Line 16: | Line 16: | ||
== Proposed API == | == Proposed API == | ||
=== Basic Port Interface === | === Basic Port Interface === | ||
enum InputPortType { | enum InputPortType { "av", "displayport", "hdmi", "pc" }; | ||
interface InputPort { | interface InputPort { |