class ProcessorCreator
Defined at line 2097 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/hlcpp/fuchsia/audio/effects/cpp/fidl.h
A factory for creating processors.
Public Members
static const char[] Name_
Public Methods
void ~ProcessorCreator ()
void Create (::std::string name, CreateCallback callback)
Create a new Processor and return it's ProcessorConfiguration.
+ request `name` A string naming the processor to create. The meaning of this
name is up to the implementor.
- response `processor_configuration` Description of the new processor.
* error A zx.Status value indicating success or failure.