blob: f125feed12e5f01ffceb2fb5149a01a751a2285a [file] [edit]
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: MediaStreamTrack Content Hints (https://w3c.github.io/mst-content-hint/)
partial interface MediaStreamTrack {
attribute DOMString contentHint;
};
enum RTCDegradationPreference {
"maintain-framerate",
"maintain-resolution",
"balanced",
"maintain-framerate-and-resolution"
};
partial dictionary RTCRtpSendParameters {
RTCDegradationPreference degradationPreference;
};