template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3702 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::GraphStartRequest Build ()

Build and return the table. The builder should not be used after this.

bool has_node_id ()
void clear_node_id ()

Clears the node_id field.

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

O(number_of_fields) complexity.

uint64_t & node_id ()

ID of the consumer or producer node.

Required.

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

ID of the consumer or producer node.

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 the start command.

Required.

BuilderImpl & when (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_media2::wire::RealTime>> elem)

When to apply the start command.

Required.

bool has_stream_time ()
void clear_stream_time ()

Clears the stream_time field.

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

O(number_of_fields) complexity.

::fuchsia_media2::wire::StreamTime & stream_time ()

Stream time of the start frame.

Required.

BuilderImpl & stream_time (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_media2::wire::StreamTime>> elem)

Stream time of the start frame.

Required.

Protected Methods

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

Records