|
435 | 435 | } |
436 | 436 | } |
437 | 437 | }, |
438 | | - "MediaTrackCapabilities": { |
439 | | - "members": { |
440 | | - "member": { |
441 | | - // Gecko: Unsupported |
442 | | - // WebKit: https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/MediaStreamTrack.idl |
443 | | - // Blink: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/mediastream/media_track_capabilities.idl |
444 | | - "latency": null, // Blink only as of 2022-11 |
445 | | - "resizeMode": null, // Blink only as of 2022-11 |
446 | | - |
447 | | - // Screen Share extensions |
448 | | - // https://w3c.github.io/mediacapture-screen-share/#mediadevices-additions |
449 | | - "cursor": null, |
450 | | - "logicalSurface": null, |
451 | | - |
452 | | - // Image Capture extensions which is Blink only as of 2022-11 |
453 | | - // https://w3c.github.io/mediacapture-image/#mediatrackcapabilities-section |
454 | | - "whiteBalanceMode": null, |
455 | | - "exposureMode": null, |
456 | | - "focusMode": null, |
457 | | - "exposureCompensation": null, |
458 | | - "exposureTime": null, |
459 | | - "colorTemperature": null, |
460 | | - "iso": null, |
461 | | - "brightness": null, |
462 | | - "contrast": null, |
463 | | - "saturation": null, |
464 | | - "sharpness": null, |
465 | | - "focusDistance": null, |
466 | | - "pan": null, |
467 | | - "tilt": null, |
468 | | - "zoom": null, |
469 | | - "torch": null |
470 | | - } |
471 | | - } |
472 | | - }, |
473 | | - "MediaTrackConstraintSet": { |
474 | | - "members": { |
475 | | - "member": { |
476 | | - // Gecko: https://searchfox.org/mozilla-central/source/dom/webidl/MediaStreamTrack.webidl |
477 | | - // WebKit: https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/MediaTrackConstraints.idl#28 |
478 | | - // Blink: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/mediastream/media_track_constraint_set.idl |
479 | | - "latency": null, // Blink only as of 2022-11 |
480 | | - "resizeMode": null, // Blink only as of 2022-11 |
481 | | - |
482 | | - // Screen Share extensions |
483 | | - // https://w3c.github.io/mediacapture-screen-share/#mediadevices-additions |
484 | | - "cursor": null, |
485 | | - "logicalSurface": null, |
486 | | - "restrictOwnAudio": null, |
487 | | - "suppressLocalAudioPlayback": null, |
488 | | - |
489 | | - // Image Capture extensions which is Blink only as of 2022-11 |
490 | | - // https://w3c.github.io/mediacapture-image/#mediatrackcapabilities-section |
491 | | - "whiteBalanceMode": null, |
492 | | - "exposureMode": null, |
493 | | - "focusMode": null, |
494 | | - "pointsOfInterest": null, |
495 | | - "exposureCompensation": null, |
496 | | - "exposureTime": null, |
497 | | - "colorTemperature": null, |
498 | | - "iso": null, |
499 | | - "brightness": null, |
500 | | - "contrast": null, |
501 | | - "saturation": null, |
502 | | - "sharpness": null, |
503 | | - "focusDistance": null, |
504 | | - "pan": null, |
505 | | - "tilt": null, |
506 | | - "zoom": null, |
507 | | - "torch": null |
508 | | - } |
509 | | - } |
510 | | - }, |
511 | | - "MediaTrackSettings": { |
512 | | - "members": { |
513 | | - "member": { |
514 | | - // Gecko: https://searchfox.org/mozilla-central/source/dom/webidl/MediaTrackSettings.webidl |
515 | | - // WebKit: https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/MediaStreamTrack.idl |
516 | | - // Blink: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/mediastream/media_track_settings.idl |
517 | | - "latency": null, // Blink only as of 2025-04 |
518 | | - "resizeMode": null, // Blink only as of 2025-04 |
519 | | - |
520 | | - // Screen Share extensions |
521 | | - // https://w3c.github.io/mediacapture-screen-share/#mediadevices-additions |
522 | | - "cursor": null, // Blink only as of 2025-04 |
523 | | - "logicalSurface": null, // Blink only as of 2025-04 |
524 | | - "restrictOwnAudio": null, // Blink only as of 2025-04 |
525 | | - "suppressLocalAudioPlayback": null, // Blink only as of 2025-04s |
526 | | - "screenPixelRatio": null, // Blink only as of 2025-04 |
527 | | - |
528 | | - // Image Capture extensions which are Blink only as of 2025-04 |
529 | | - // https://w3c.github.io/mediacapture-image/#mediatrackcapabilities-section |
530 | | - "exposureMode": null, |
531 | | - "focusMode": null, |
532 | | - "pointsOfInterest": null, |
533 | | - "exposureCompensation": null, |
534 | | - "exposureTime": null, |
535 | | - "colorTemperature": null, |
536 | | - "iso": null, |
537 | | - "brightness": null, |
538 | | - "contrast": null, |
539 | | - "saturation": null, |
540 | | - "sharpness": null, |
541 | | - "focusDistance": null, |
542 | | - "pan": null, |
543 | | - "tilt": null |
544 | | - } |
545 | | - } |
546 | | - }, |
547 | | - "MediaTrackSupportedConstraints": { |
548 | | - "members": { |
549 | | - "member": { |
550 | | - // Gecko: https://searchfox.org/mozilla-central/source/dom/webidl/MediaTrackSupportedConstraints.webidl |
551 | | - // WebKit: https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/MediaTrackSupportedConstraints.idl |
552 | | - // Blink: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/mediastream/media_track_supported_constraints.idl |
553 | | - "latency": null, |
554 | | - "resizeMode": null, |
555 | | - |
556 | | - // Screen Share extensions |
557 | | - // https://w3c.github.io/mediacapture-screen-share/#mediadevices-additions |
558 | | - "cursor": null, |
559 | | - "logicalSurface": null, |
560 | | - "restrictOwnAudio": null, |
561 | | - "suppressLocalAudioPlayback": null, // Blink only as of 2022-11 |
562 | | - |
563 | | - // Image Capture extensions which are Blink only as of 2022-11 |
564 | | - // https://w3c.github.io/mediacapture-image/#mediatrackcapabilities-section |
565 | | - "whiteBalanceMode": null, |
566 | | - "exposureMode": null, |
567 | | - "focusMode": null, |
568 | | - "pointsOfInterest": null, |
569 | | - "exposureCompensation": null, |
570 | | - "exposureTime": null, |
571 | | - "colorTemperature": null, |
572 | | - "iso": null, |
573 | | - "brightness": null, |
574 | | - "contrast": null, |
575 | | - "saturation": null, |
576 | | - "sharpness": null, |
577 | | - "focusDistance": null, |
578 | | - "pan": null, |
579 | | - "tilt": null, |
580 | | - "zoom": null, |
581 | | - "torch": null |
582 | | - } |
583 | | - } |
584 | | - }, |
585 | 438 | "NotificationOptions": { |
586 | 439 | "members": { |
587 | 440 | "member": { |
|
0 commit comments