template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1088 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::Dynamics Build ()
Build and return the table. The builder should not be used after this.
bool has_bands ()
void clear_bands ()
Clears the bands 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::DynamicsBand> & bands ()
`Dynamics` elements in this protocol may support multiple bands. Each band specifies a
number of parameters in `DynamicsElementState` that can be changed with `SetElementState`.
The number of elements in the `bands` vector determines the number of bands supported by
this processing element.
Required. Must contain at least one entry.
BuilderImpl & bands (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_audio_signalprocessing::wire::DynamicsBand>>> elem)
`Dynamics` elements in this protocol may support multiple bands. Each band specifies a
number of parameters in `DynamicsElementState` that can be changed with `SetElementState`.
The number of elements in the `bands` vector determines the number of bands supported by
this processing element.
Required. Must contain at least one entry.
bool has_supported_controls ()
void clear_supported_controls ()
Clears the supported_controls field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_audio_signalprocessing::wire::DynamicsSupportedControls & supported_controls ()
The controls supported by this processing element (i.e. that can be changed by a call to
`SetElementState`).
Optional.
BuilderImpl & supported_controls (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_audio_signalprocessing::wire::DynamicsSupportedControls>> elem)
The controls supported by this processing element (i.e. that can be changed by a call to
`SetElementState`).
Optional.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_audio_signalprocessing::wire::Dynamics, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio_signalprocessing::wire::Dynamics>> && frame)