MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_processing_chain()

virtual std::shared_ptr< BufferProcessingChain > MayaFlux::Buffers::Buffer::get_processing_chain ( )
pure virtual

Gets the transformation chain attached to this buffer.

Returns
Shared pointer to the buffer processing chain

The processing chain contains multiple transformations that are applied in sequence when the buffer is processed. Chain composition may vary based on the buffer type and backend capabilities.

Implemented in MayaFlux::Buffers::AudioBuffer, and MayaFlux::Buffers::VKBuffer.