|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::CursorAccessProcessor::set_loop_count | ( | size_t | n | ) |
Set the number of loops to play before stopping.
Loop count is decremented on each loop completion; when it reaches zero, the processor deactivates and fires m_on_end if set. Loop count is ignored if looping is disabled.
| n | Number of loops to play (0 for infinite). |
Definition at line 154 of file CursorAccessProcessor.cpp.
References m_loop_count, and m_loops_remaining.