|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
overrideprotectedvirtual |
Updates the context object with the current node state.
| value | The current sample value |
This method is responsible for updating the NodeContext object with the latest state information from the node. It is called internally whenever a new output value is produced, ensuring that the context reflects the current state of the node for use in callbacks.
Implements MayaFlux::Nodes::Node.
Definition at line 84 of file StreamReaderNode.cpp.
References m_context, and MayaFlux::Nodes::NodeContext::value.
Referenced by notify_tick().
Here is the caller graph for this function: