template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3355 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/cpp/fidl/fuchsia.hardware.audio.signalprocessing/cpp/wire_types.h

Public Methods

::fuchsia_hardware_audio_signalprocessing::wire::EqualizerElementState Build ()

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

bool has_band_states ()
void clear_band_states ()

Clears the band_states field.

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

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_hardware_audio_signalprocessing::wire::EqualizerBandState> & band_states ()

The states of the bands in this equalizer processing element.

The number of elements of the `band_states` vector must be equal or smaller than the

number of elements of the `bands` returned in returned in the corresponding

`Equalizer`. `band_states` must have at least one element.

The bands controlled by `band_states` are determined by each `band.id`.

Required. Must contain at least one entry.

BuilderImpl & band_states (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_audio_signalprocessing::wire::EqualizerBandState>>> elem)

The states of the bands in this equalizer processing element.

The number of elements of the `band_states` vector must be equal or smaller than the

number of elements of the `bands` returned in returned in the corresponding

`Equalizer`. `band_states` must have at least one element.

The bands controlled by `band_states` are determined by each `band.id`.

Required. Must contain at least one entry.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_audio_signalprocessing::wire::EqualizerElementState, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio_signalprocessing::wire::EqualizerElementState>> && frame)

Records