template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_audio_effects::wire::InputConfiguration Build ()

Build and return the table. The builder should not be used after this.

bool has_format ()
void clear_format ()

Clears the format field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_mediastreams::wire::AudioFormat & format ()

Format of this input stream.

Required.

BuilderImpl & format (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_mediastreams::wire::AudioFormat>> elem)

Format of this input stream.

Required.

bool has_buffer ()
void clear_buffer ()

Clears the buffer field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_mem::wire::Range & buffer ()

Buffer for this input stream. Must provide write access and must have

enough space for `ProcessorConfiguration.max_frames_per_call`.

Required.

BuilderImpl & buffer (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_mem::wire::Range>> elem)

Buffer for this input stream. Must provide write access and must have

enough space for `ProcessorConfiguration.max_frames_per_call`.

Required.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_audio_effects::wire::InputConfiguration, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_effects::wire::InputConfiguration>> && frame)

Records