totalDecodeTime property

double? totalDecodeTime
getter/setter pair

Total number of seconds that have been spent decoding the framesDecoded frames of the stream.

The average decode time can be calculated by dividing this value with framesDecoded. 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.

Implementation

double? totalDecodeTime;