totalEncodeTime
outbound-rtpoutboundvideo
Total number of seconds that have been spent decodingencoding the framesEncoded frames of this stream.
Description
Real number; in seconds
MUST NOT exist for audio (this is video only).
Total number of seconds that has been spent encoding the framesEncoded frames of this stream.
The time it takes to encode one frame is the time passed between feeding the encoder a frame and the encoder returning encoded data for that frame. This does not include any additional time it may take to packetize the resulting data.
The average encode time can be calculated by dividing this value with framesEncoded. We calculate this with totalEncodeTime/framesEncoded(ms).
See also
- outbound-rtp->framesEncoded
- outbound-rtc->totalEncodeTime/framesEncoded(ms)
- WebRTC Statistics Specification
