template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 8440 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::GraphCreateSplitterRequest 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_format ()
void clear_format ()

Clears the format field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_audio::wire::Format & format ()

Format of the Splitter's source and destination streams.

Required.

BuilderImpl & format (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_audio::wire::Format>> elem)

Format of the Splitter's source and destination streams.

Required.

bool has_thread ()
void clear_thread ()

Clears the thread field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint64_t & thread ()

The thread which drives this Splitter's hidden consumer.

Required.

BuilderImpl & thread (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)

The thread which drives this Splitter's hidden consumer.

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::GraphCreateSplitterRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::GraphCreateSplitterRequest>> && frame)

Records