Confirmed users
220
edits
(→A/V) |
|||
Line 63: | Line 63: | ||
interface HDMIInputPort : InputPort { | interface HDMIInputPort : InputPort { | ||
sequence<AVVideoType> | sequence<AVVideoType> getSupportedAudioTypes (); | ||
readonly attribute HDMIPictureQuality pictureQuality; | readonly attribute HDMIPictureQuality pictureQuality; | ||
readonly attribute HDMIConnectedSourceType connectedSourceType; | readonly attribute HDMIConnectedSourceType connectedSourceType; | ||
attribute HDMIAudioType currentAudioType; | |||
} | } | ||