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

◆ supports_streaming()

bool MayaFlux::IO::ImageReader::supports_streaming ( ) const
overridevirtual

Check if streaming is supported for the current file.

Returns
true if file can be streamed.

Implements MayaFlux::IO::FileReader.

Definition at line 437 of file ImageReader.cpp.

438{
439 return false;
440}