|
MayaFlux 0.3.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, MayaFlux::Kakshya::FrameAccessProcessor, MayaFlux::Kakshya::RegionProcessorBase, MayaFlux::Kakshya::SpatialRegionProcessor, and MayaFlux::Kakshya::WindowAccessProcessor.