|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Buffers::BufferProcessingChain::process_final | ( | const std::shared_ptr< Buffer > & | buffer | ) |
Applies the final processor to a buffer with guaranteed execution.
| buffer | Buffer to process |
If the buffer has a final processor, it is applied with guaranteed execution regardless of any optimization strategies or backend considerations. This is typically called after process() to apply final-stage transformations like normalization, boundary enforcement, or format validation that must complete successfully for pipeline integrity.
Definition at line 209 of file BufferProcessingChain.cpp.
References m_final_processors.