Skip to content

Commit

Permalink
Move backgroundBlur to main spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Jun 13, 2024
1 parent 373654f commit dd09c61
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 @@ -1033,35 +1033,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 dd09c61

Please sign in to comment.