template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_hardware_audio::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 guaranteed to be emitted by (or captured in) this channel, in Hz.

If `min_frequency` is not included, then this channel is assumed to cover the entire

low-frequency range of this device.

Optional.

BuilderImpl & min_frequency (uint32_t elem)

Minimum frequency guaranteed to be emitted by (or captured in) this channel, in Hz.

If `min_frequency` is not included, then this channel is assumed to cover the entire

low-frequency range of this device.

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 guaranteed to be emitted by (or captured in) this channel, in Hz.

If `max_frequency` is not included, then this channel is assumed to cover the entire

high-frequency range of this device.

Optional.

BuilderImpl & max_frequency (uint32_t elem)

Maximum frequency guaranteed to be emitted by (or captured in) this channel, in Hz.

If `max_frequency` is not included, then this channel is assumed to cover the entire

high-frequency range of this device.

Optional.

Protected Methods

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

Records