mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
Automatic update from web-platform-tests Update interfaces/audio-output.idl (#14069) Source: https://github.com/tidoust/reffy-reports/blob/3f10965/whatwg/idl/audio-output.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/463186803 -- wpt-commits: 0dcde642095fd68769d5861ea2e798a5ba02d98e wpt-pr: 14069
9 lines
386 B
Text
9 lines
386 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);
|
|
};
|