template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 8060 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::GraphCreateMixerRequest 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_dest_format ()
void clear_dest_format ()

Clears the dest_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 & dest_format ()

Format of the Mixer's destination stream.

Required.

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

Format of the Mixer's destination stream.

Required.

bool has_dest_reference_clock ()
void clear_dest_reference_clock ()

Clears the dest_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 & dest_reference_clock ()

Clock for this node's destination stream.

Required.

BuilderImpl & dest_reference_clock (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_audio_mixer::wire::ReferenceClock>> elem)

Clock for this node's destination stream.

Required.

bool has_dest_buffer_frame_count ()
void clear_dest_buffer_frame_count ()

Clears the dest_buffer_frame_count field.

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

O(number_of_fields) complexity.

uint64_t & dest_buffer_frame_count ()

Size of the internal mix buffer. This defines the maximum number of

frames that can be mixed at one time.

Optional. If not specified, a default size is used.

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

Size of the internal mix buffer. This defines the maximum number of

frames that can be mixed at one time.

Optional. If not specified, a default size is used.

Protected Methods

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

Records