|
| 1 | +draft_date: 2025-10-15 |
| 2 | +name: Media Capture and Streams |
| 3 | +description: TODO |
| 4 | +spec: https://w3c.github.io/mediacapture-main/ |
| 5 | +compat_features: |
| 6 | + - api.MediaDevices.getSupportedConstraints.return_object_property_aspectRatio |
| 7 | + - api.MediaDevices.getSupportedConstraints.return_object_property_autoGainControl |
| 8 | + - api.MediaDevices.getSupportedConstraints.return_object_property_channelCount |
| 9 | + - api.MediaDevices.getSupportedConstraints.return_object_property_deviceId |
| 10 | + - api.MediaDevices.getSupportedConstraints.return_object_property_echoCancellation |
| 11 | + - api.MediaDevices.getSupportedConstraints.return_object_property_facingMode |
| 12 | + - api.MediaDevices.getSupportedConstraints.return_object_property_frameRate |
| 13 | + - api.MediaDevices.getSupportedConstraints.return_object_property_groupId |
| 14 | + - api.MediaDevices.getSupportedConstraints.return_object_property_height |
| 15 | + - api.MediaDevices.getSupportedConstraints.return_object_property_latency |
| 16 | + - api.MediaDevices.getSupportedConstraints.return_object_property_noiseSuppression |
| 17 | + - api.MediaDevices.getSupportedConstraints.return_object_property_resizeMode |
| 18 | + - api.MediaDevices.getSupportedConstraints.return_object_property_sampleRate |
| 19 | + - api.MediaDevices.getSupportedConstraints.return_object_property_sampleSize |
| 20 | + - api.MediaDevices.getSupportedConstraints.return_object_property_width |
| 21 | + - api.MediaDevices.getUserMedia.constraints_resizeMode_parameter |
| 22 | + |
| 23 | +# The following features in the spec are already part of web-features: |
| 24 | +# - Media capture: |
| 25 | +# - api.InputDeviceInfo |
| 26 | +# - api.InputDeviceInfo.getCapabilities |
| 27 | +# - api.MediaDeviceInfo |
| 28 | +# - api.MediaDeviceInfo.deviceId |
| 29 | +# - api.MediaDeviceInfo.groupId |
| 30 | +# - api.MediaDeviceInfo.kind |
| 31 | +# - api.MediaDeviceInfo.label |
| 32 | +# - api.MediaDeviceInfo.toJSON |
| 33 | +# - api.MediaDevices |
| 34 | +# - api.MediaDevices.devicechange_event |
| 35 | +# - api.MediaDevices.enumerateDevices |
| 36 | +# - api.MediaDevices.getSupportedConstraints |
| 37 | +# - api.MediaDevices.getUserMedia |
| 38 | +# - api.MediaDevices.getUserMedia.secure_context_required |
| 39 | +# - api.MediaStream |
| 40 | +# - api.MediaStream.MediaStream |
| 41 | +# - api.MediaStream.active |
| 42 | +# - api.MediaStream.addTrack |
| 43 | +# - api.MediaStream.addtrack_event |
| 44 | +# - api.MediaStream.clone |
| 45 | +# - api.MediaStream.getAudioTracks |
| 46 | +# - api.MediaStream.getTrackById |
| 47 | +# - api.MediaStream.getTracks |
| 48 | +# - api.MediaStream.getVideoTracks |
| 49 | +# - api.MediaStream.id |
| 50 | +# - api.MediaStream.removeTrack |
| 51 | +# - api.MediaStream.removetrack_event |
| 52 | +# - api.MediaStreamTrack |
| 53 | +# - api.MediaStreamTrack.applyConstraints |
| 54 | +# - api.MediaStreamTrack.applyConstraints.aspectRatio_constraint |
| 55 | +# - api.MediaStreamTrack.applyConstraints.autoGainControl_constraint |
| 56 | +# - api.MediaStreamTrack.applyConstraints.channelCount_constraint |
| 57 | +# - api.MediaStreamTrack.applyConstraints.deviceId_constraint |
| 58 | +# - api.MediaStreamTrack.applyConstraints.echoCancellation_constraint |
| 59 | +# - api.MediaStreamTrack.applyConstraints.facingMode_constraint |
| 60 | +# - api.MediaStreamTrack.applyConstraints.frameRate_constraint |
| 61 | +# - api.MediaStreamTrack.applyConstraints.groupId_constraint |
| 62 | +# - api.MediaStreamTrack.applyConstraints.height_constraint |
| 63 | +# - api.MediaStreamTrack.applyConstraints.latency_constraint |
| 64 | +# - api.MediaStreamTrack.applyConstraints.noiseSuppression_constraint |
| 65 | +# - api.MediaStreamTrack.applyConstraints.resizeMode_constraint |
| 66 | +# - api.MediaStreamTrack.applyConstraints.sampleRate_constraint |
| 67 | +# - api.MediaStreamTrack.applyConstraints.sampleSize_constraint |
| 68 | +# - api.MediaStreamTrack.applyConstraints.width_constraint |
| 69 | +# - api.MediaStreamTrack.clone |
| 70 | +# - api.MediaStreamTrack.enabled |
| 71 | +# - api.MediaStreamTrack.ended_event |
| 72 | +# - api.MediaStreamTrack.getCapabilities |
| 73 | +# - api.MediaStreamTrack.getConstraints |
| 74 | +# - api.MediaStreamTrack.getSettings |
| 75 | +# - api.MediaStreamTrack.id |
| 76 | +# - api.MediaStreamTrack.kind |
| 77 | +# - api.MediaStreamTrack.label |
| 78 | +# - api.MediaStreamTrack.mute_event |
| 79 | +# - api.MediaStreamTrack.muted |
| 80 | +# - api.MediaStreamTrack.readyState |
| 81 | +# - api.MediaStreamTrack.stop |
| 82 | +# - api.MediaStreamTrack.unmute_event |
| 83 | +# - api.MediaStreamTrackEvent |
| 84 | +# - api.MediaStreamTrackEvent.MediaStreamTrackEvent |
| 85 | +# - api.MediaStreamTrackEvent.track |
| 86 | +# - api.Navigator.mediaDevices |
| 87 | +# - api.Navigator.mediaDevices.secure_context_required |
| 88 | +# - api.OverconstrainedError |
| 89 | +# - api.OverconstrainedError.OverconstrainedError |
| 90 | +# - api.OverconstrainedError.constraint |
| 91 | +# - html.elements.iframe.allow.camera |
| 92 | +# - html.elements.iframe.allow.microphone |
| 93 | +# - http.headers.Permissions-Policy.camera |
| 94 | +# - http.headers.Permissions-Policy.microphone |
0 commit comments