Confirmed users
220
edits
Line 33: | Line 33: | ||
'''type''' of type InputPortTypeEnum, readonly<br /> | '''type''' of type InputPortTypeEnum, readonly<br /> | ||
The type of this input port, e.g. "av", " | The type of this input port, value must be defined in the enum of InputPortTypeEnum, e.g. "av", "displayport". | ||
'''stream''' of type MediaStream, readonly<br /> | '''stream''' of type MediaStream, readonly<br /> | ||
Line 39: | Line 39: | ||
'''resolution''' of type DOMString, readonly<br /> | '''resolution''' of type DOMString, readonly<br /> | ||
The video resolution of this | The video resolution of this input port, e.g. "480i", "1080p", "VGA". | ||
'''aspect''' of type DOMString, readonly<br /> | |||
The recommended aspect ratio of this input port, e.g. "16:9", "4:3", "zoom". | |||
=== Specific Port Interfaces === | === Specific Port Interfaces === |