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

◆ get_container_type()

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

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

Returns
Type index for Kakshya::SoundFileContainer.

Implements MayaFlux::IO::FileReader.

Definition at line 206 of file SoundFileReader.hpp.

206{ return typeid(Kakshya::SoundFileContainer); }