| 133 | // Error handling |
| 134 | bool errorInDecoder() const { return decoderState == DecoderState::Error; } |
| 135 | QString decoderErrorString() const { return errorString; } |
| 136 | |
| 137 | // Get the name, filename and full path to the decoder library(s) that is/are being used. |
| 138 | // The length of the list must be a multiple of 3 (name, libName, fullPath) |
no outgoing calls
no test coverage detected