|
365 | 365 | } |
366 | 366 | } |
367 | 367 | }, |
368 | | - "RTCEncodedAudioFrameMetadata": { |
369 | | - "members": { |
370 | | - "member": { |
371 | | - "audioLevel": null // No implementation as of 2025-05 |
372 | | - } |
373 | | - } |
374 | | - }, |
375 | | - "RTCEncodedFrameMetadata": { |
376 | | - "members": { |
377 | | - "member": { |
378 | | - "captureTime": null, // Blink only as of 2025-05 |
379 | | - "receiveTime": null, // Blink only as of 2025-05 |
380 | | - "senderCaptureTimeOffset": null // Blink only as of 2025-05 |
381 | | - } |
382 | | - } |
383 | | - }, |
384 | | - "RTCConfiguration": { |
385 | | - "members": { |
386 | | - "member": { |
387 | | - "peerIdentity": null // Gecko only as of 2024-11 |
388 | | - } |
389 | | - } |
390 | | - }, |
391 | | - "RTCDataChannelInit": { |
392 | | - "members": { |
393 | | - "member": { |
394 | | - "priority": null // Blink experimental only as of 2024-11 |
395 | | - } |
396 | | - } |
397 | | - }, |
398 | | - "RTCInboundRtpStreamStats": { |
399 | | - "members": { |
400 | | - "member": { |
401 | | - // https://searchfox.org/mozilla-central/source/dom/webidl/RTCStatsReport.webidl |
402 | | - // https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/RTCStatsReport.idl |
403 | | - // https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/stats/rtcstats_objects.cc |
404 | | - "corruptionMeasurements": null, // Blink only as of 2024-11 |
405 | | - "powerEfficientDecoder": null, // Blink only as of 2024-11 |
406 | | - "totalCorruptionProbability": null, // Blink only as of 2024-11 |
407 | | - "totalSquaredCorruptionProbability": null // Blink only as of 2024-11 |
408 | | - } |
409 | | - } |
410 | | - }, |
411 | | - "RTCLocalIceCandidateInit": { |
412 | | - "members": { |
413 | | - "member": { |
414 | | - "relayProtocol": null, // Blink only as of 2025-04 |
415 | | - "url": null // Blink only as of 2025-04 |
416 | | - } |
417 | | - } |
418 | | - }, |
419 | | - "RTCOutboundRtpStreamStats": { |
420 | | - "members": { |
421 | | - "member": { |
422 | | - "powerEfficientEncoder": null, // Blink only as of 2025-07 |
423 | | - "encoderImplementation": null, // Blink only as of 2025-07 |
424 | | - "encodingIndex": null, // Blink only as of 2025-07 |
425 | | - "packetsSentWithEct1": null, // No implementation as of 2025-08 |
426 | | - "psnrMeasurements": null, // No implementation as of 2025-07 |
427 | | - "psnrSum": null // No implementation as of 2025-07 |
428 | | - } |
429 | | - } |
430 | | - }, |
431 | | - "RTCReceivedRtpStreamStats": { |
432 | | - "members": { |
433 | | - "member": { |
434 | | - "packetsReceivedWithCe": null, // No implementation as of 2025-04 |
435 | | - "packetsReceivedWithEct1": null, // No implementation as of 2025-04 |
436 | | - "packetsReportedAsLost": null, // No implementation as of 2025-04 |
437 | | - "packetsReportedAsLostButRecovered": null // No implementation as of 2025-04 |
438 | | - } |
439 | | - } |
440 | | - }, |
441 | | - "RTCPeerConnectionIceEventInit": { |
442 | | - "members": { |
443 | | - "member": { |
444 | | - "url": null // WebKit only as of 2025-04 |
445 | | - } |
446 | | - } |
447 | | - }, |
448 | | - "RTCRtpEncodingParameters": { |
449 | | - "members": { |
450 | | - "member": { |
451 | | - "codec": null, // Blink only as of 2024-11 |
452 | | - "scalabilityMode": null // Blink only as of 2024-11 |
453 | | - } |
454 | | - } |
455 | | - }, |
456 | | - "RTCTransportStats": { |
457 | | - "members": { |
458 | | - "member": { |
459 | | - "ccfbMessagesReceived": null, // No implementation as of 2025-04 |
460 | | - "ccfbMessagesSent": null // No implementation as of 2025-04 |
461 | | - } |
462 | | - } |
463 | | - }, |
464 | 368 | "ScrollIntoViewOptions": { |
465 | 369 | "members": { |
466 | 370 | "member": { |
|
0 commit comments