EncodedVideoChunk: timestamp-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 schreibgeschützte Eigenschaft timestamp des EncodedVideoChunk-Interfaces gibt eine ganze Zahl zurück, die den Zeitstempel des Videos in Mikrosekunden angibt.

Wert

Eine ganze Zahl.

Beispiele

Im folgenden Beispiel wird der timestamp in die Konsole ausgegeben.

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

Spezifikationen

Specification
WebCodecs
# dom-encodedvideochunk-timestamp

Browser-Kompatibilität

BCD tables only load in the browser