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

◆ mark_buffers_for_processing()

void MayaFlux::Kakshya::SoundStreamContainer::mark_buffers_for_processing ( bool  should_process)
inlineoverridevirtual

Mark associated buffers for processing in the next cycle.

Parameters
should_processtrue to enable processing, false to disable

Used to coordinate buffer state with the container's processing lifecycle, ensuring that buffers are processed only when needed in data-driven flows.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 155 of file SoundStreamContainer.hpp.

155{ /* Delegate to buffer integration */ }