template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_audio_effects::ProcessorCreator>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::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.

Request is heap-allocated. Response is heap-allocated.