template <>

class WireWeakAsyncBufferClientImpl

Defined at line 972 of file fidling/gen/sdk/fidl/fuchsia.audio.effects/fuchsia.audio.effects/cpp/fidl/fuchsia.audio.effects/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_audio_effects::ProcessorCreator::Create> Create (::fidl::StringView name)

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.

Caller provides the backing storage for FIDL message.