17
edits
JamesCheng (talk | contribs) (→A/V: sync with current design) |
JamesCheng (talk | contribs) (→HDMI/DisplayPort: sync with current design) |
||
Line 51: | Line 51: | ||
==== HDMI/DisplayPort ==== | ==== HDMI/DisplayPort ==== | ||
[Pref="dom.inputport.enabled", CheckPermissions="inputport", AvailableIn=CertifiedApps] | |||
interface HDMIInputPort : InputPort { | interface HDMIInputPort : InputPort { | ||
// Possible hardware-dependent attributes. | // Possible hardware-dependent attributes. | ||
}; | }; | ||
[Pref="dom.inputport.enabled", CheckPermissions="inputport", AvailableIn=CertifiedApps] | |||
interface DisplayPortInputPort : InputPort { | interface DisplayPortInputPort : InputPort { | ||
// Possible hardware-dependent attributes. | // Possible hardware-dependent attributes. |
edits