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

◆ get_regions()

std::vector< FileRegion > MayaFlux::IO::VideoFileReader::get_regions ( ) const
overridevirtual

Get semantic regions from the file.

Returns
Vector of regions found in the file.

Regions are format-specific:

  • Audio: cues, markers, loops, chapters
  • Video: scenes, chapters, keyframes
  • Images: layers, selections, annotations
  • Data: chunks, blocks, datasets

Implements MayaFlux::IO::FileReader.

Definition at line 174 of file VideoFileReader.cpp.

175{
176 std::lock_guard lock(m_metadata_mutex);
177 return m_cached_regions;
178}
std::vector< FileRegion > m_cached_regions

References m_cached_regions, and m_metadata_mutex.

Referenced by load_into_container().

+ Here is the caller graph for this function: