23 [[nodiscard]]
const std::string&
get_source_path()
const {
return m_source_path; }
const std::string & get_source_path() const
Absolute path of the file this container was loaded from.
void set_source_format(std::string fmt)
Set the format identifier.
virtual ~FileContainer()=default
std::string m_source_format
void set_source_path(std::string path)
Set the origin file path.
const std::string & get_source_format() const
Short format identifier as reported by the demuxer (e.g.
std::string m_source_path
Marker interface for containers backed by file storage (in-memory only).
Data-driven interface for temporal stream containers with navigable read position.