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

◆ get_regions()

virtual std::vector< FileRegion > MayaFlux::IO::FileReader::get_regions ( ) const
pure virtual

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

Implemented in MayaFlux::IO::ImageReader, and MayaFlux::IO::SoundFileReader.