MayaFlux 0.2.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 213 of file VideoFileReader.cpp.

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