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

◆ mark_buffers_for_processing()

virtual void MayaFlux::Kakshya::SignalSourceContainer::mark_buffers_for_processing ( bool  should_process)
pure virtual

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.

Implemented in MayaFlux::Kakshya::SoundStreamContainer.