servo/tests/wpt/web-platform-tests/interfaces/webrtc-svc.idl

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;
};