Back to Content

RTCEncodedVideoFrame: timestamp property

files/en-us/web/api/rtcencodedvideoframe/timestamp/index.md

latest551 B
Original Source

{{APIRef("WebRTC")}}{{AvailableInWorkers("window_and_dedicated")}}{{deprecated_header}}{{non-standard_header}}

The timestamp read-only property of the {{domxref("RTCEncodedVideoFrame")}} interface indicates the time at which frame sampling started.

Value

A positive integer containing the sampling instant of the first byte in this frame, in microseconds.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also