|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::Nodes::Node::mark_buffer_processed | ( | ) |
Marks the node as having been processed by a buffer.
This method checks if the node can be marked as processed based on the current buffer count and node state. If conditions are met, it updates the processed flag and increments the reset counter.
Definition at line 134 of file Node.cpp.
References MayaFlux::Utils::INACTIVE, m_buffer_count, m_buffer_processed, m_buffer_reset_count, and m_state.