|
FastLED 3.9.15
|
Definition at line 14 of file audio_manager.h.
#include <audio_manager.h>
Public Member Functions | |
| AudioManager () FL_NOEXCEPT=default | |
| ~AudioManager () FL_NOEXCEPT=default | |
| shared_ptr< Processor > | add (const Config &config) FL_NOEXCEPT |
| shared_ptr< Processor > | add (shared_ptr< IInput > input) FL_NOEXCEPT |
| shared_ptr< Processor > | add (UIAudio &uiAudio) FL_NOEXCEPT |
| shared_ptr< Processor > & | processor () FL_NOEXCEPT |
| void | remove (shared_ptr< Processor > processor) FL_NOEXCEPT |
Static Public Member Functions | |
| static AudioManager & | instance () FL_NOEXCEPT |
Private Member Functions | |
| AudioManager (const AudioManager &) FL_NOEXCEPT=delete | |
| AudioManager & | operator= (const AudioManager &) FL_NOEXCEPT=delete |