|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void FrameAccessProcessor::set_frames_per_batch | ( | uint64_t | count | ) |
Set the number of frames extracted per process() call.
Defaults to 1. Values > 1 enable batch extraction for offline processing, scrubbing previews, or multi-frame compute shader dispatch.
| count | Number of frames per batch. |
Definition at line 233 of file FrameAccessProcessor.cpp.
References MayaFlux::Journal::ContainerProcessing, count, MayaFlux::Journal::Kakshya, m_frames_per_batch, and MF_WARN.