Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/webrtc/tests/mochitests/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  test_groupId.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/media/webrtc/tests/mochitests/test_groupId.html


<!DOCTYPE HTML>
<html>
<head>
  <script src="mediaStreamPlayback.js"></script>
</head>
<body>
<pre id="test">
<script type="application/javascript">
createHTML({ title"Test group id of MediaDeviceInfo", bug: "1213453" });

async function getDefaultDevices() {
  const devices = await navigator.mediaDevices.enumerateDevices();

  devices.forEach(d => isnot(d.groupId, """GroupId is included in every device"));

  const videos = devices.filter(d => d.kind == "videoinput");
  is(videos.length, 1"One video device found.");
  const audios = devices.filter(d => d.kind == "audioinput");
  is(audios.length, 1"One microphone device found.");

  return {audio: audios[0], video: videos[0]};
}

runTest(async () => {
  // Force fake devices in order to be able to change camera name by pref.
  await pushPrefs(["media.navigator.streams.fake", true],
                  ["media.audio_loopback_dev"""],
                  ["media.video_loopback_dev"""]);

  const afterGum = await navigator.mediaDevices.getUserMedia({
    video: true, audio: true
  });
  afterGum.getTracks().forEach(track => track.stop());

  let {audiovideo} = await getDefaultDevices();

  /* The low level method to correlate groupIds is by device names.
   * Use a similar comparison here to verify that it works.
   * Multiple devices of the same device name are not expected in
   * automation. */
  isnot(audio.labelvideo.label"Audio label differs from video");
  isnot(audio.groupId, video.groupId, "Not the same groupIds");
  // Change video name to match.
  await pushPrefs(["media.getusermedia.fake-camera-name"audio.label]);
  ({audiovideo} = await getDefaultDevices());
  is(audio.labelvideo.label"Audio label matches video");
  is(audio.groupId, video.groupId, "GroupIds should be the same");
});
</script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=95 H=100 G=97

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.