ImageTrack: animated-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 animated-Eigenschaft der ImageTrack-Schnittstelle gibt true zurück, wenn die Spur animiert ist und daher mehrere Frames enthält.

Wert

Ein boolean, wenn true, handelt es sich um eine animierte Spur.

Beispiele

Das folgende Beispiel gibt den Wert von animated auf der Konsole aus.

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

Spezifikationen

Specification
WebCodecs
# dom-imagetrack-animated

Browser-Kompatibilität

BCD tables only load in the browser