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

◆ detach_slot()

void MayaFlux::Buffers::StreamSliceProcessor::detach_slot ( size_t  index)
private

Definition at line 32 of file StreamSliceProcessor.cpp.

33{
34 auto& slot = m_slots[index];
35 if (slot.proc && slot.slice.stream)
36 slot.proc->on_detach(slot.slice.stream);
37 slot = {};
38}

References m_slots.

Referenced by load(), and on_detach().

+ Here is the caller graph for this function: