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