MayaFlux 0.3.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 194 of file SoundFileReader.hpp.

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