Skip to content

Commit

Permalink
Merge pull request w3c#150 from w3c/mv-background-blur
Browse files Browse the repository at this point in the history
Move backgroundBlur to main spec
  • Loading branch information
alvestrand committed Jun 20, 2024
2 parents 4210aae + dd09c61 commit 13c4c7c
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1031,35 +1031,6 @@ <h2>Constrainable Properties</h2>
</tbody>
</table>
</section>
<section>
<h2>Exposing MediaStreamTrack source background blur support</h2>
<div>
<p>Some platforms or User Agents may provide built-in support for background blurring of video frames, in particular for camera video streams.
Web applications may either want to control or at least be aware that background blur is applied at the source level.
This may for instance allow the web application to update its UI or to not apply background blur on its own.
For that reason, we extend {{MediaStreamTrack}} with the following properties.
</p>
</div>
<div>
<p>The WebIDL changes are the following:
<pre class="idl">
partial dictionary MediaTrackSupportedConstraints {
boolean backgroundBlur = true;
};

partial dictionary MediaTrackConstraintSet {
ConstrainBoolean backgroundBlur;
};

partial dictionary MediaTrackSettings {
boolean backgroundBlur;
};

partial dictionary MediaTrackCapabilities {
sequence&lt;boolean&gt; backgroundBlur;
};</pre>
</div>
</section>
<section>
<h2>Exposing MediaStreamTrack source heuristic reactions support</h2>
<div>
Expand Down

0 comments on commit 13c4c7c

Please sign in to comment.