|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Buffers::BufferProcessingChain::has_processors | ( | const std::shared_ptr< Buffer > & | buffer | ) | const |
Checks if a buffer has any processors in its pipeline.
| buffer | Buffer to check |
This method enables dynamic pipeline management and optimization decisions based on the presence of processing stages for specific buffers.
Definition at line 191 of file BufferProcessingChain.cpp.
References m_buffer_processors.