mirror of
https://github.com/servo/servo.git
synced 2025-10-14 23:40:26 +01:00
12 lines
452 B
Text
12 lines
452 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: Scalable Video Coding (SVC) Extension for WebRTC (https://w3c.github.io/webrtc-svc/)
|
|
|
|
partial dictionary RTCRtpEncodingParameters {
|
|
DOMString scalabilityMode;
|
|
};
|
|
|
|
partial dictionary RTCRtpCodecCapability {
|
|
sequence<DOMString> scalabilityModes;
|
|
};
|