|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Processes the data in the container.
| container | Container whose data should be processed |
This is the main processing method that transforms the container's data. Unlike BufferProcessor which is typically invoked automatically during the engine's processing cycle, DataProcessor's process method is called explicitly when processing is needed, enabling on-demand operation.
This method may:
Implemented in MayaFlux::Kakshya::ContiguousAccessProcessor, MayaFlux::Kakshya::RegionOrganizationProcessor, and MayaFlux::Kakshya::DynamicRegionProcessor.