MayaFlux 0.5.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 193 of file RootNode.cpp.

194{
195 for (uint32_t i = 0; i < num_frames; i++) {
197 }
198}
void process_frame()
Processes a single frame from all registered nodes.
Definition RootNode.cpp:146

References process_frame().

+ Here is the call graph for this function: