summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/mst-content-hint.idl
blob: a41abb55eaeef0abc0695384477f1cd63ddf78ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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"
};

partial dictionary RTCRtpSendParameters {
 RTCDegradationPreference degradationPreference;
};