|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::RegionOrganizationProcessor::set_region_transition | ( | const std::string & | group_name, |
| size_t | region_index, | ||
| RegionTransition | type, | ||
| double | duration_ms = 0.0 |
||
| ) |
Configures the transition between regions.
| group_name | Name of the group containing the region. |
| region_index | Index of the region within the group. |
| type | Type of transition to apply (e.g., IMMEDIATE, FADE). |
| duration_ms | Duration of the transition in milliseconds. |
Definition at line 109 of file RegionProcessors.cpp.
References MayaFlux::Kakshya::OrganizedRegion::group_name, MayaFlux::Kakshya::RegionProcessorBase::m_organized_regions, and MayaFlux::Kakshya::OrganizedRegion::region_index.