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

◆ open()

virtual bool MayaFlux::IO::FileReader::open ( const std::string &  filepath,
FileReadOptions  options = FileReadOptions::ALL 
)
pure virtual

Open a file for reading.

Parameters
filepathPath to the file.
optionsReading options (see FileReadOptions).
Returns
true if file was successfully opened.

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