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

◆ set_source_format()

void MayaFlux::Kakshya::FileContainer::set_source_format ( std::string  fmt)
inline

Set the format identifier.

Called by IO classes after a successful load.

Parameters
fmtShort format string from the demuxer context.

Definition at line 41 of file FileContainer.hpp.

41{ m_source_format = std::move(fmt); }