gecko-dev/testing/web-platform/tests/interfaces/mst-content-hint.idl
autofoolip 9c70e25fbc Bug 1606396 [wpt PR 20958] - Update interfaces/mst-content-hint.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/mst-content-hint.idl (#20958)

Source: https://github.com/tidoust/reffy-reports/blob/3157f96/ed/idl/mst-content-hint.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/633413944
--

wpt-commits: 49176b3d9b117b04b4c2535bafb79c9e5b8d4df2
wpt-pr: 20958
2020-01-09 10:49:17 +00:00

18 lines
501 B
Text

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