MayaFlux 0.2.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 191 of file RootNode.cpp.

192{
193 for (uint32_t i = 0; i < num_frames; i++) {
195 }
196}
void process_frame()
Processes a single frame from all registered nodes.
Definition RootNode.cpp:148

References process_frame().

+ Here is the call graph for this function: