| 121 | virtual bool pushData(QByteArray &data) = 0; |
| 122 | |
| 123 | DecoderState state() const { return this->decoderState; } |
| 124 | |
| 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. |
no outgoing calls
no test coverage detected