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

◆ set_decode_batch_size()

void MayaFlux::IO::VideoFileReader::set_decode_batch_size ( uint32_t  n)
inline

Set the number of frames decoded per batch by the background thread.

Default: 8.

Definition at line 118 of file VideoFileReader.hpp.

118{ m_decode_batch_size = std::max(1U, n); }

References m_decode_batch_size.