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

◆ supports_streaming()

bool MayaFlux::IO::ModelReader::supports_streaming ( ) const
inlineoverridevirtual

Check if streaming is supported for the current file.

Returns
true if file can be streamed.

Implements MayaFlux::IO::FileReader.

Definition at line 173 of file ModelReader.hpp.

173{ return false; }