|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
strong |
Defines the fundamental operation types in the processing pipeline.
| Enumerator | |
|---|---|
| CAPTURE | Capture data from source buffer using BufferCapture strategy. |
| TRANSFORM | Apply transformation function to data variants. |
| ROUTE | Route data to destination (buffer or container) |
| LOAD | Load data from container to buffer with position control. |
| SYNC | Synchronize with timing/cycles for coordination. |
| CONDITION | Conditional operation for branching logic. |
| BRANCH | Branch to sub-pipeline based on conditions. |
| DISPATCH | Dispatch to external handler for custom processing. |
| FUSE | Fuse multiple sources using custom fusion functions. |
| MODIFY | Modify Buffer Data using custom quick process. |
Definition at line 149 of file BufferOperation.hpp.