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

◆ get_data_type()

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

Get the data type this reader produces.

Returns
Type info for the data variant content.

Implements MayaFlux::IO::FileReader.

Definition at line 87 of file VideoFileReader.hpp.

87{ return typeid(std::vector<uint8_t>); }