template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3976 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h

Public Methods

::fuchsia_audio_device::wire::ChannelAttributes Build ()

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

bool has_min_frequency ()
void clear_min_frequency ()

Clears the min_frequency field.

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

O(number_of_fields) complexity.

uint32_t & min_frequency ()

Minimum frequency that this channel guarantees to emit/capture, in Hz.

If absent, this channel extends to the bottom of the device range.

Optional.

BuilderImpl & min_frequency (uint32_t elem)

Minimum frequency that this channel guarantees to emit/capture, in Hz.

If absent, this channel extends to the bottom of the device range.

Optional.

bool has_max_frequency ()
void clear_max_frequency ()

Clears the max_frequency field.

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

O(number_of_fields) complexity.

uint32_t & max_frequency ()

Maximum frequency that this channel guarantees to emit/capture, in Hz.

If absent, this channel extends to the top of the device range.

Optional.

BuilderImpl & max_frequency (uint32_t elem)

Maximum frequency that this channel guarantees to emit/capture, in Hz.

If absent, this channel extends to the top of the device range.

Optional.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_audio_device::wire::ChannelAttributes, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_device::wire::ChannelAttributes>> && frame)

Records