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

◆ with_loop_count()

StreamSlice & MayaFlux::Kakshya::StreamSlice::with_loop_count ( size_t  n)
inline

Definition at line 131 of file StreamSlice.hpp.

132 {
133 loop_count = n;
134 return *this;
135 }

References loop_count.