|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::RegionOrganizationProcessor::set_region_looping | ( | const std::string & | group_name, |
| size_t | region_index, | ||
| bool | enabled, | ||
| const std::vector< uint64_t > & | loop_start = {}, |
||
| const std::vector< uint64_t > & | loop_end = {} |
||
| ) |
Enable or disable looping for a region.
| group_name | Name of the group containing the region. |
| region_index | Index of the region within the group. |
| enabled | True to enable looping. |
| loop_start | Optional start coordinates for the loop. |
| loop_end | Optional end coordinates for the loop. |
Definition at line 137 of file RegionProcessors.cpp.
References MayaFlux::Kakshya::OrganizedRegion::group_name, MayaFlux::Kakshya::RegionProcessorBase::m_organized_regions, and MayaFlux::Kakshya::OrganizedRegion::region_index.