EncodedVideoChunk: duration-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 duration-Eigenschaft des schreibgeschützten EncodedVideoChunk-Interfaces gibt eine Ganzzahl zurück, die die Dauer des Videos in Mikrosekunden angibt.

Wert

Eine Ganzzahl.

Beispiele

Im folgenden Beispiel wird die duration in der Konsole ausgegeben.

js
const init = {
  type: "key",
  data: videoBuffer,
  timestamp: 23000000,
  duration: 2000000,
};
chunk = EncodedVideoChunk(init);

console.log(chunk.duration); //2000000

Spezifikationen

Specification
WebCodecs
# dom-encodedvideochunk-duration

Browser-Kompatibilität

BCD tables only load in the browser