Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. RTCInboundRtpStreamStats
  4. totalDecodeTime

RTCInboundRtpStreamStats: totalDecodeTime property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

ThetotalDecodeTime property of theRTCInboundRtpStreamStats dictionary indicates the total time spend decoding frames for this media source/stream, in seconds.

The time it takes to decode one frame is the time passed between feeding the decoder a frame and the decoder returning decoded data for that frame.

The number of decoded frames is given inframesDecoded, and the average decode time istotalDecodeTime / framesDecoded.

Note:The property is undefined for audio streams.

Value

A positive number, in seconds.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcinboundrtpstreamstats-totaldecodetime

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp