MCPcopy Create free account
hub / github.com/IENT/YUView / getDecoderName

Method getDecoderName

YUViewLib/src/decoder/decoderHM.cpp:587–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587QString decoderHM::getDecoderName() const
588{
589 return (decoderState == DecoderState::Error) ? "HM" : this->lib.libHMDec_get_version();
590}
591
592bool decoderHM::checkLibraryFile(QString libFilePath, QString &error)
593{

Callers 1

getInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected