template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 7284 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::GraphCreateProducerRequest 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_data_source ()
void clear_data_source ()

Clears the data_source field.

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

O(number_of_fields) complexity.

::fuchsia_audio_mixer::wire::ProducerDataSource & data_source ()

Data source for this producer.

Required.

BuilderImpl & data_source (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_audio_mixer::wire::ProducerDataSource>> elem)

Data source for this producer.

Required.

bool has_external_delay_watcher ()
void clear_external_delay_watcher ()

Clears the external_delay_watcher field.

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

O(number_of_fields) complexity.

::fuchsia_audio_mixer::wire::ExternalDelayWatcher & external_delay_watcher ()

If the `direction` is INPUT, this must be specified. This reports

the maximum delay between when a frame is captured at an input

microphone and when that frame is available at this producer.

If `direction` is OUTPUT, this must be empty.

BuilderImpl & external_delay_watcher (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_audio_mixer::wire::ExternalDelayWatcher>> elem)

If the `direction` is INPUT, this must be specified. This reports

the maximum delay between when a frame is captured at an input

microphone and when that frame is available at this producer.

If `direction` is OUTPUT, this must be empty.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_audio_mixer::wire::GraphCreateProducerRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::GraphCreateProducerRequest>> && frame)

Records