forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
audio-output.json
77 lines (77 loc) · 2.29 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
{
"spec": {
"title": "Audio Output Devices API",
"url": "https://w3c.github.io/mediacapture-output/"
},
"links": {
"https://www.w3.org/TR/": [],
"https://www.w3.org/groups/wg/webrtc": [],
"https://github.com/w3c/mediacapture-output/issues/": [],
"https://lists.w3.org/Archives/Public/public-webrtc/": [],
"https://www.w3.org/Consortium/Patent-Policy/": [
"def-essential",
"sec-Disclosure"
],
"https://www.w3.org/groups/wg/webrtc/ipr": [],
"https://www.w3.org/2020/Process-20200915/": [],
"https://html.spec.whatwg.org/": [
"htmlmediaelement",
"current-settings-object",
"responsible-document",
"allowed-to-use",
"dom-media-paused",
"concept-relevant-global",
"transient-activation",
"allowed-to-play",
"concept-document-permissions-policy"
],
"https://heycam.github.io/webidl/": [
"SecureContext",
"idl-DOMString",
"idl-promise",
"idl-undefined",
"idl-DOMException",
"notallowederror",
"notfounderror",
"aborterror",
"this",
"reject",
"dom-domexception-name",
"invalidstateerror"
],
"https://www.w3.org/TR/mediacapture-streams/": [
"dom-mediadeviceinfo-deviceid",
"dom-mediadeviceinfo",
"dom-mediadevices-enumeratedevices",
"event-mediadevices-devicechange",
"dom-mediadevices",
"dom-mediadevices-getusermedia",
"dom-mediadeviceinfo-groupid",
"device-exposure-decision-non-camera-microphone",
"dom-mediadeviceinfo-kind",
"idl-def-MediaDeviceKind.audiooutput",
"def-mediadeviceinfo-groupId"
],
"https://www.w3.org/TR/permissions/": [
"dictdef-permissiondescriptor",
"dom-permissionname-speaker-selection",
"permission-state",
"dom-permissionstate-denied",
"prompt-the-user-to-choose"
],
"https://www.w3.org/TR/webaudio/": [
"allowed-to-start",
"audiocontext"
],
"https://www.w3.org/TR/permissions-policy-1/": [
"policy-controlled-feature",
"default-allowlist"
],
"https://dom.spec.whatwg.org/": [
"concept-document"
],
"https://datatracker.ietf.org/doc/html/bcp14": [],
"https://www.rfc-editor.org/rfc/rfc2119": [],
"https://www.rfc-editor.org/rfc/rfc8174": []
}
}