MayaFlux 0.4.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 236 of file SoundFileReader.hpp.

236{ return true; }