-
Notifications
You must be signed in to change notification settings - Fork 73
/
audio-output.json
150 lines (150 loc) · 4.22 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"spec": {
"title": "Audio Output Devices API",
"url": "https://w3c.github.io/mediacapture-output/"
},
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/bcp14": {},
"https://dom.spec.whatwg.org/": {},
"https://html.spec.whatwg.org/multipage/": {
"anchors": [
"allowed-to-play",
"concept-relevant-global"
]
},
"https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
"anchors": [
"allowed-to-use"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"current-settings-object",
"concept-relevant-global"
]
},
"https://html.spec.whatwg.org/multipage/window-object.html": {
"anchors": [
"concept-document-window"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"reject"
]
},
"https://www.rfc-editor.org/rfc/rfc2119": {},
"https://www.rfc-editor.org/rfc/rfc8174": {},
"https://www.w3.org/TR/": {},
"https://www.w3.org/TR/mediacapture-streams/": {
"anchors": [
"event-mediadevices-devicechange",
"device-exposure-decision-non-camera-microphone",
"def-mediadeviceinfo-groupId"
]
},
"https://www.w3.org/TR/permissions-policy-1/": {},
"https://www.w3.org/TR/permissions/": {},
"https://www.w3.org/TR/webaudio/": {
"anchors": [
"allowed-to-start"
]
},
"https://www.w3.org/groups/wg/webrtc": {},
"https://www.w3.org/groups/wg/webrtc/ipr": {},
"https://www.w3.org/policies/patent-policy/": {
"anchors": [
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/policies/process/20231103/": {}
},
"autolinks": {
"https://dom.spec.whatwg.org/": {
"anchors": [
"concept-document"
]
},
"https://html.spec.whatwg.org/multipage/dom.html": {
"anchors": [
"concept-document-permissions-policy"
]
},
"https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
"anchors": [
"allowed-to-use"
]
},
"https://html.spec.whatwg.org/multipage/interaction.html": {
"anchors": [
"transient-activation"
]
},
"https://html.spec.whatwg.org/multipage/media.html": {
"anchors": [
"htmlmediaelement",
"dom-media-paused"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"concept-relevant-global"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"SecureContext",
"idl-DOMString",
"idl-promise",
"idl-undefined",
"idl-DOMException",
"notallowederror",
"notfounderror",
"aborterror",
"this",
"dom-domexception-name",
"invalidstateerror"
]
},
"https://www.w3.org/TR/mediacapture-streams/": {
"anchors": [
"dom-mediadeviceinfo-deviceid",
"dom-mediadeviceinfo",
"dom-mediadevices-enumeratedevices",
"event-mediadevices-devicechange",
"dom-mediadevices",
"dom-mediadevices-getusermedia",
"creating-a-device-info-object",
"dom-mediadeviceinfo-groupid",
"dom-mediadeviceinfo-kind",
"idl-def-MediaDeviceKind.audiooutput"
]
},
"https://www.w3.org/TR/permissions-policy-1/": {
"anchors": [
"policy-controlled-feature",
"policy-controlled-feature-default-allowlist"
]
},
"https://www.w3.org/TR/permissions/": {
"anchors": [
"dom-permissiondescriptor",
"dfn-name",
"dfn-permission-state",
"dom-permissionstate-denied",
"dfn-prompt-the-user-to-choose",
"dfn-powerful-feature",
"dfn-permission-descriptor-type",
"dom-permissionstate-granted"
]
},
"https://www.w3.org/TR/webaudio/": {
"anchors": [
"AudioContext"
]
}
}
}
}