mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
Automatic update from web-platform-tests Update interfaces/audio-output.idl (#20365) Source: https://github.com/tidoust/reffy-reports/blob/fea9670/ed/idl/audio-output.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/615198653 -- wpt-commits: 046be8103f70948c7e56100aceb9f8c52638d6e9 wpt-pr: 20365
9 lines
387 B
Text
9 lines
387 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: Audio Output Devices API (https://w3c.github.io/mediacapture-output/)
|
|
|
|
partial interface HTMLMediaElement {
|
|
[SecureContext] readonly attribute DOMString sinkId;
|
|
[SecureContext] Promise<void> setSinkId (DOMString sinkId);
|
|
};
|