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

◆ supports_streaming()

bool MayaFlux::IO::VideoFileReader::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 91 of file VideoFileReader.hpp.

91{ return true; }