Get the statistics values for the current frame. In order to enable statistics retrievel, activate it, reset the decoder and decode to the current frame again.
| 125 | // Get the statistics values for the current frame. In order to enable statistics retrievel, |
| 126 | // activate it, reset the decoder and decode to the current frame again. |
| 127 | bool statisticsSupported() const { return internalsSupported; } |
| 128 | bool statisticsEnabled() const { return statisticsData != nullptr; } |
| 129 | void enableStatisticsRetrieval(stats::StatisticsData *s) { this->statisticsData = s; } |
| 130 | stats::FrameTypeData getCurrentFrameStatsForType(int typeIdx) const; |
no outgoing calls
no test coverage detected