template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2097 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::DynamicsElementState 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::DynamicsBandState> & band_states ()
Each id must match an id from `Dynamics.bands` and ids cannot be repeated.
`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::DynamicsBandState>>> elem)
Each id must match an id from `Dynamics.bands` and ids cannot be repeated.
`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::DynamicsElementState, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio_signalprocessing::wire::DynamicsElementState>> && frame)