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

◆ get_container_type()

std::type_index MayaFlux::IO::VideoFileReader::get_container_type ( ) const
overridevirtual

Get the container type this reader creates.

Returns
Type info for the container type.

Implements MayaFlux::IO::FileReader.

Definition at line 214 of file VideoFileReader.cpp.

215{
216 return typeid(Kakshya::VideoFileContainer);
217}