|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Called when this processor is detached from a buffer.
| buffer | Buffer this processor is being detached from |
Provides an opportunity for the processor to clean up buffer-specific state or release resources. With expanded processor capabilities, this method should also:
Default implementation does nothing, but proper resource management in derived classes is crucial for optimal performance and preventing resource leaks.
Reimplemented from MayaFlux::Buffers::BufferProcessor.
Definition at line 57 of file FileBridgeBuffer.cpp.
References m_attached_buffer.