|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::function<uint32_t(std::function<void(const double*, uint32_t)>)> MayaFlux::Registry::Service::AudioBackendService::register_output_observer |
Register a per-cycle output observer.
The observer fires on the dedicated notification thread once per output cycle. May be called from any thread at any time.
| observer | Callable receiving (interleaved data ptr, total samples). |
Definition at line 63 of file AudioBackendService.hpp.
Referenced by MayaFlux::IO::IOManager::capture_output().