MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ can_read()

virtual bool MayaFlux::IO::FileReader::can_read ( const std::string &  filepath) const
pure virtual

Check if a file can be read by this reader.

Parameters
filepathPath to the file.
Returns
true if the file format is supported.

Implemented in MayaFlux::IO::ImageReader, and MayaFlux::IO::SoundFileReader.