26 #include <string_view> 34 bool IsSupportedGraphicsFile(std::string_view filename);
35 bool LoadFile(
const std::string& filename,
DecodedFrames& frames);
36 void EnableVerboseOutput() { verbose =
true; }
39 std::vector<std::unique_ptr<IDecoder>> m_decoders;
Definition: DecoderManager.h:28
Definition: IDecoder.h:67