mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
9 lines
315 B
Text
9 lines
315 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content of this file was automatically extracted from the
|
|
// "Audio Output Devices API" spec.
|
|
// See: https://w3c.github.io/mediacapture-output/
|
|
|
|
partial interface HTMLMediaElement {
|
|
readonly attribute DOMString sinkId;
|
|
Promise<void> setSinkId(DOMString sinkId);
|
|
};
|