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

◆ read_all()

std::vector< Kakshya::DataVariant > MayaFlux::IO::VideoFileReader::read_all ( )
overridevirtual

Read all data from the file into memory.

Returns
DataVariant vector containing the file data.

Implements MayaFlux::IO::FileReader.

Definition at line 223 of file VideoFileReader.cpp.

224{
226 "VideoFileReader::read_all() is not supported; "
227 "use create_container() + load_into_container()");
228 return {};
229}
#define MF_WARN(comp, ctx,...)
@ FileIO
Filesystem I/O operations.
@ IO
Networking, file handling, streaming.

References MayaFlux::Journal::FileIO, MayaFlux::Journal::IO, and MF_WARN.