|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::RootNode::process_batch_frame | ( | uint32_t | num_frames | ) |
Processes multiple frames from all registered nodes.
| num_frames | Number of frames to process |
This method calls process_batch_frame() on each registered node for the specified number of frames. It is useful for scenarios requiring batch frame processing.
Definition at line 178 of file RootNode.cpp.
References process_frame().
Here is the call graph for this function: