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

◆ get_data_type()

std::type_index MayaFlux::IO::SoundFileReader::get_data_type ( ) const
inlineoverridevirtual

Get the C++ type of the data returned by this reader.

Returns
Type index for std::vector<double>.

Implements MayaFlux::IO::FileReader.

Definition at line 200 of file SoundFileReader.hpp.

200{ return typeid(std::vector<double>); }