forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaudio-output.json
48 lines (48 loc) · 1.06 KB
/
audio-output.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"spec": {
"title": "Audio Output Devices API",
"url": "https://w3c.github.io/mediacapture-output/"
},
"refs": {
"normative": [
{
"name": "GETUSERMEDIA",
"url": "https://www.w3.org/TR/mediacapture-streams/"
},
{
"name": "HTML",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"name": "permissions",
"url": "https://www.w3.org/TR/permissions/"
},
{
"name": "permissions-policy",
"url": "https://www.w3.org/TR/permissions-policy-1/"
},
{
"name": "RFC2119",
"url": "https://www.rfc-editor.org/rfc/rfc2119"
},
{
"name": "RFC8174",
"url": "https://www.rfc-editor.org/rfc/rfc8174"
},
{
"name": "WEBAUDIO",
"url": "https://www.w3.org/TR/webaudio/"
},
{
"name": "WEBIDL",
"url": "https://heycam.github.io/webidl/"
}
],
"informative": [
{
"name": "dom",
"url": "https://dom.spec.whatwg.org/"
}
]
}
}