Skip to content

Commit

Permalink
media.setsinkid.enabled - deleted - in FF116
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Dec 3, 2024
1 parent 4eae8e7 commit f391e78
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions files/en-us/mozilla/firefox/experimental_features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2035,46 +2035,6 @@ User selection via mouse, keyboard, and so on, can start and end anywhere in the
</tbody>
</table>

#### HTMLMediaElement method: setSinkId()

{{domxref("HTMLMediaElement.setSinkId()")}} allows you to set the sink ID of an audio output device on an {{domxref("HTMLMediaElement")}}, thereby changing where the audio is being output. See [Firefox bug 934425](https://bugzil.la/934425) for more details.

<table>
<thead>
<tr>
<th>Release channel</th>
<th>Version added</th>
<th>Enabled by default?</th>
</tr>
</thead>
<tbody>
<tr>
<th>Nightly</th>
<td>64</td>
<td>No</td>
</tr>
<tr>
<th>Developer Edition</th>
<td>64</td>
<td>No</td>
</tr>
<tr>
<th>Beta</th>
<td>64</td>
<td>No</td>
</tr>
<tr>
<th>Release</th>
<td>64</td>
<td>No</td>
</tr>
<tr>
<th>Preference name</th>
<td colspan="2"><code>media.setsinkid.enabled</code></td>
</tr>
</tbody>
</table>

#### HTMLMediaElement properties: audioTracks and videoTracks

Enabling this feature adds the {{domxref("HTMLMediaElement.audioTracks")}} and {{domxref("HTMLMediaElement.videoTracks")}} properties to all HTML media elements. However, because Firefox doesn't currently support multiple audio and video tracks, the most common use cases for these properties don't work, so they're both disabled by default. See [Firefox bug 1057233](https://bugzil.la/1057233) for more details.
Expand Down

0 comments on commit f391e78

Please sign in to comment.