Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. RTCOutboundRtpStreamStats
  4. totalEncodeTime

RTCOutboundRtpStreamStats: totalEncodeTime property

Limited availability

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

ThetotalEncodeTime property of theRTCOutboundRtpStreamStats dictionary represents the total number of seconds spent encoding theframesEncoded frames for this stream (RTCRtpSender).

The average encode time can be calculated by dividing this value byframesEncoded.The time it takes to encode one frame is the time between sending the encoder a frame and the encoder returning encoded data for that frame.It does not include any time spent packetizing the resulting data.

Note:The property is undefined for audio streams.

Value

A number representing the total time spent encoding frames, in seconds.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcoutboundrtpstreamstats-totalencodetime

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp