template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 6596 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::ExternalDelayWatcher Build ()

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

bool has_initial_delay ()
void clear_initial_delay ()

Clears the initial_delay field.

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

O(number_of_fields) complexity.

int64_t & initial_delay ()

The initial delay value. Optional if `client_end` is specified,

otherwise required.

BuilderImpl & initial_delay (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)

The initial delay value. Optional if `client_end` is specified,

otherwise required.

bool has_client_end ()
void clear_client_end ()

Clears the client_end field.

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

O(number_of_fields) complexity.

::fidl::ClientEnd< ::fuchsia_audio::DelayWatcher> & client_end ()

A channel to query for delay updates. Optional.

BuilderImpl & client_end (::fidl::ClientEnd< ::fuchsia_audio::DelayWatcher> elem)

A channel to query for delay updates. Optional.

Protected Methods

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

Records