|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Processes multiple samples at once.
| num_samples | Number of samples to process |
This method provides batch processing capability for more efficient processing of multiple samples. The default implementation typically calls process_sample() for each sample, but specialized nodes can override this with more optimized batch processing algorithms.
Implements MayaFlux::Nodes::Node.
Definition at line 26 of file StreamReaderNode.cpp.
References process_sample().
Here is the call graph for this function: