|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Gets a processor of a specific type from the buffer's processing pipeline.
| T | Type of the processor to retrieve |
| buffer | Buffer to get the processor from |
This method searches for a processor of the specified type in the buffer's transformation sequence. If found, it returns a shared pointer to the processor, allowing type-safe access to specialized functionality.
Definition at line 276 of file BufferProcessingChain.hpp.