Describes how regions are selected for processing or playback.
| Enumerator |
|---|
| ALL | Process all regions.
|
| SEQUENTIAL | Process regions in order.
|
| RANDOM | Random selection.
|
| ROUND_ROBIN | Cycle through regions.
|
| WEIGHTED | Weighted random selection.
|
| OVERLAP | Overlapping selection.
|
| EXCLUSIVE | Mutually exclusive selection.
|
| CUSTOM | User-defined selection logic.
|
Definition at line 11 of file Region.hpp.
11 : uint8_t {
12 ALL,
13 SEQUENTIAL,
19 CUSTOM
20};
@ RANDOM
Random selection.
@ ROUND_ROBIN
Cycle through regions.
@ OVERLAP
Overlapping selection.
@ WEIGHTED
Weighted random selection.
@ EXCLUSIVE
Mutually exclusive selection.