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

◆ DistributionResult

enum class MayaFlux::Buffers::DistributionResult : uint8_t
strong

Outcome of token distribution decision.

Enumerator
DIRECT_ROOT 
TRANSFER_TO_ROOT 
TRANSFER_ONLY 
INTERNAL_ONLY 
REJECTED 

Definition at line 16 of file BufferTokenDistributor.hpp.

16 : uint8_t {
17 DIRECT_ROOT, // Buffer goes directly to root (normal audio)
18 TRANSFER_TO_ROOT, // Buffer transfers to root (GPU→Audio)
19 TRANSFER_ONLY, // Buffer transfers to another domain (Audio→GPU, no root)
20 INTERNAL_ONLY, // Buffer marked internal, no root aggregation (AUDIO_PARALLEL)
21 REJECTED // Invalid combination, error
22};