mst-content-hint.idl (522B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: MediaStreamTrack Content Hints (https://w3c.github.io/mst-content-hint/) 5 6 partial interface MediaStreamTrack { 7 attribute DOMString contentHint; 8 }; 9 10 enum RTCDegradationPreference { 11 "maintain-framerate", 12 "maintain-resolution", 13 "balanced", 14 "maintain-framerate-and-resolution" 15 }; 16 17 partial dictionary RTCRtpSendParameters { 18 RTCDegradationPreference degradationPreference; 19 };