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

◆ process_batch_frame()

void MayaFlux::Nodes::RootNode::process_batch_frame ( uint32_t  num_frames)

Processes multiple frames from all registered nodes.

Parameters
num_framesNumber 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.

179{
180 for (uint32_t i = 0; i < num_frames; i++) {
182 }
183}
void process_frame()
Processes a single frame from all registered nodes.
Definition RootNode.cpp:139

References process_frame().

+ Here is the call graph for this function: