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

◆ enforce_default_processing()

virtual void MayaFlux::Buffers::AudioBuffer::enforce_default_processing ( bool  should_process)
inlineoverridevirtual

Controls whether the audio buffer should use default processing.

Parameters
should_processTrue if default audio processing should be applied, false otherwise

This method allows fine-grained control over when the buffer's default audio processor is applied. Standard audio buffers typically always use default processing unless specific audio processing requirements dictate otherwise.

Implements MayaFlux::Buffers::Buffer.

Definition at line 264 of file AudioBuffer.hpp.

264{ m_process_default = should_process; }
bool m_process_default
Whether the audio buffer should be processed using its default processor.

Referenced by MayaFlux::Buffers::ContainerBuffer::initialize().

+ Here is the caller graph for this function: