ImageTrack: repetitionCount-Eigenschaft

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Hinweis: Dieses Feature ist verfügbar in Dedicated Web Workers.

Die repetitionCount-Eigenschaft des ImageTrack-Interfaces gibt die Anzahl der Wiederholungen dieses Tracks zurück.

Wert

Ein Ganzzahlwert.

Beispiele

Das folgende Beispiel gibt den Wert von repetitionCount in der Konsole aus.

js
let track = imageDecoder.tracks.selectedTrack;
console.log(track.repetitionCount);

Spezifikationen

Specification
WebCodecs
# dom-imagetrack-repetitioncount

Browser-Kompatibilität

BCD tables only load in the browser