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

◆ supports_streaming()

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

Check if the reader supports streaming access.

Returns
True if streaming is supported.

Implements MayaFlux::IO::FileReader.

Definition at line 212 of file SoundFileReader.hpp.

212{ return true; }