template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1791 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/wire_types.h
Public Methods
::fuchsia_audio::wire::GainControlSetGainRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_how ()
void clear_how ()
Clears the how field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_audio::wire::GainUpdateMethod & how ()
How to update the gain knob.
Required.
BuilderImpl & how (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_audio::wire::GainUpdateMethod>> elem)
How to update the gain knob.
Required.
bool has_when ()
void clear_when ()
Clears the when field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_media2::wire::RealTime & when ()
When to apply this update.
Required.
BuilderImpl & when (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_media2::wire::RealTime>> elem)
When to apply this update.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio::wire::GainControlSetGainRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio::wire::GainControlSetGainRequest>> && frame)