324325326327328329330331332333334
Decoder decoder = session.getDecoder(); if (decoder == null) return; DecodingStatisticPacket statistic = decoder.getLastDecodingStatistic(); if (statistic == null || statistic == lastShownStatus) return; lastShownStatus = statistic;