ImageTrack: frameCount-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 frameCount-Eigenschaft des ImageTrack-Interfaces gibt die Anzahl der Bilder im Track zurück.

Wert

Ein ganzzahliger Wert.

Beispiele

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

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

Spezifikationen

Specification
WebCodecs
# dom-imagetrack-framecount

Browser-Kompatibilität

BCD tables only load in the browser