template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 8803 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::GraphCreateCustomRequest 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 node, 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 node, used for diagnostics only. See "IDs and names" in the
comments for [`Graph`].
Optional. Empty if not specified.
bool has_direction ()
void clear_direction ()
Clears the direction field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_audio_mixer::wire::PipelineDirection & direction ()
Direction of audio data produced by this node.
Required.
BuilderImpl & direction (::fuchsia_audio_mixer::wire::PipelineDirection elem)
Direction of audio data produced by this node.
Required.
bool has_config ()
void clear_config ()
Clears the config field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_audio_effects::wire::ProcessorConfiguration & config ()
Description of the out-of-process effects processor.
This includes a description of the node's source and destination
streams.
Required.
BuilderImpl & config (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_audio_effects::wire::ProcessorConfiguration>> elem)
Description of the out-of-process effects processor.
This includes a description of the node's source and destination
streams.
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 ()
Clock for this node's source and destination streams.
Required.
BuilderImpl & reference_clock (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_audio_mixer::wire::ReferenceClock>> elem)
Clock for this node's source and destination streams.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio_mixer::wire::GraphCreateCustomRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::GraphCreateCustomRequest>> && frame)