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

◆ get_data_type()

std::type_index MayaFlux::IO::ImageReader::get_data_type ( ) const
overridevirtual

Get the data type this reader produces.

Returns
Type info for the data variant content.

Implements MayaFlux::IO::FileReader.

Definition at line 187 of file ImageReader.cpp.

188{
189 return typeid(std::vector<uint8_t>);
190}