|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Called when this processor is detached from a container.
| container | Container this processor is being detached from |
This method allows the processor to:
Explicit detachment provides cleaner resource management compared to BufferProcessor's implicit detachment through chain removal.
Implemented in MayaFlux::Kakshya::ContiguousAccessProcessor, and MayaFlux::Kakshya::RegionProcessorBase.