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

◆ set_frames_per_block()

void MayaFlux::Kakshya::CursorAccessProcessor::set_frames_per_block ( uint64_t  frames_per_block)

Set the output block size in frames.

Parameters
frames_per_blockMust be > 0.

Definition at line 160 of file CursorAccessProcessor.cpp.

161{
162 m_frames_per_block = frames_per_block;
163}

References m_frames_per_block.