FastLED 3.9.15
Loading...
Searching...
No Matches

◆ platform_create_audio_input()

fl::shared_ptr< IInput > fl::audio::platform_create_audio_input ( const Config & config,
fl::string * error_message )

Definition at line 99 of file audio_input.cpp.hpp.

99 {
100 if (error_message) {
101 *error_message = "AudioInput not supported on this platform.";
102 }
104}
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References fl::make_shared().

Referenced by fl::audio::IInput::create().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: