|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
Include dependency graph for BufferTokenDistributor.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | MayaFlux::Buffers::DistributionDecision |
| Routing decision for a buffer with a given token. More... | |
| class | MayaFlux::Buffers::BufferTokenDistributor |
| Determines routing for buffers based on type + token combination. More... | |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Buffers |
Enumerations | |
| enum class | MayaFlux::Buffers::DistributionResult : uint8_t { MayaFlux::Buffers::DIRECT_ROOT , MayaFlux::Buffers::TRANSFER_TO_ROOT , MayaFlux::Buffers::TRANSFER_ONLY , MayaFlux::Buffers::INTERNAL_ONLY , MayaFlux::Buffers::REJECTED } |
| Outcome of token distribution decision. More... | |