|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| const std::vector< std::shared_ptr< BufferProcessor > > & MayaFlux::Buffers::BufferProcessingChain::get_processors | ( | const std::shared_ptr< Buffer > & | buffer | ) | const |
Gets all processors in a buffer's transformation pipeline.
| buffer | Buffer to get processors for |
Returns an empty vector if the buffer has no processors. This provides access to the processor sequence for analysis, optimization, or debugging purposes while maintaining the integrity of the processing pipeline.
Definition at line 197 of file BufferProcessingChain.cpp.
References m_buffer_processors.