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

◆ mark_for_removal()

virtual void MayaFlux::Buffers::AudioBuffer::mark_for_removal ( )
inlineoverridevirtual

Marks the audio buffer for removal from processing chains.

Sets the buffer's removal flag, indicating it should be removed from any audio processing chains or management systems. Standard audio buffers rarely need removal unless explicitly requested by the application or when audio streams end.

Implements MayaFlux::Buffers::Buffer.

Definition at line 253 of file AudioBuffer.hpp.

253{ m_should_remove = true; }
bool m_should_remove
Whether the audio buffer should be removed from processing chains.