|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Node::request_buffer_reset | ( | ) |
Requests a reset of the buffer state.
This method is called to signal that the buffer's processed state should be reset. It increments the reset counter, which is used to determine when it's safe to clear the processed state.
Definition at line 153 of file Node.cpp.
References m_buffer_count, m_buffer_processed, and m_buffer_reset_count.