|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
#include "MayaFlux/Kakshya/NDData/NDData.hpp"
Include dependency graph for Capture.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | MayaFlux::Kriya::BufferCapture |
| Flexible data capture interface for buffer-based processing pipelines. More... | |
| class | MayaFlux::Kriya::CaptureBuilder |
| Fluent builder interface for constructing BufferCapture configurations. More... | |
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Buffers |
| namespace | MayaFlux::Kriya |
Typedefs | |
| using | MayaFlux::Kriya::OperationFunction = std::function< void(Kakshya::DataVariant &, uint32_t)> |
| using | MayaFlux::Kriya::TransformationFunction = std::function< Kakshya::DataVariant(Kakshya::DataVariant &, uint32_t)> |