MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::IO::FileRegion Struct Reference

Generic region descriptor for any file type. More...

#include <FileReader.hpp>

+ Collaboration diagram for MayaFlux::IO::FileRegion:

Public Member Functions

Kakshya::Region to_region () const
 Convert this FileRegion to a Region for use in processing.
 

Public Attributes

std::string type
 Region type identifier (e.g., "cue", "scene", "block")
 
std::string name
 Human-readable name for the region.
 
std::vector< uint64_t > start_coordinates
 N-dimensional start position (e.g., frame, x, y)
 
std::vector< uint64_t > end_coordinates
 N-dimensional end position (inclusive)
 
std::unordered_map< std::string, std::any > attributes
 Region-specific metadata.
 

Detailed Description

Generic region descriptor for any file type.

Describes a logical region or segment within a file, such as a cue, marker, chapter, scene, or data block. Used for both audio/video and scientific data.

Definition at line 90 of file FileReader.hpp.


The documentation for this struct was generated from the following files: