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