template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5531 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h
Public Methods
::fuchsia_audio_mixer::wire::GraphCreateGainControlRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
Name of this GainControl, used for diagnostics only. See "IDs and names"
in the comments for [`Graph`].
Optional. Empty if not specified.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Name of this GainControl, used for diagnostics only. See "IDs and names"
in the comments for [`Graph`].
Optional. Empty if not specified.
bool has_control ()
void clear_control ()
Clears the control field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::ServerEnd< ::fuchsia_audio::GainControl> & control ()
Interface which controls this GainControl.
Required.
BuilderImpl & control (::fidl::ServerEnd< ::fuchsia_audio::GainControl> elem)
Interface which controls this GainControl.
Required.
bool has_reference_clock ()
void clear_reference_clock ()
Clears the reference_clock field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_audio_mixer::wire::ReferenceClock & reference_clock ()
Reference clock for this GainControl.
Required.
BuilderImpl & reference_clock (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_audio_mixer::wire::ReferenceClock>> elem)
Reference clock for this GainControl.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio_mixer::wire::GraphCreateGainControlRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::GraphCreateGainControlRequest>> && frame)