template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 848 of file fidling/gen/sdk/fidl/fuchsia.virtualaudio/fuchsia.virtualaudio/cpp/fidl/fuchsia.virtualaudio/cpp/wire_types.h

Public Methods

::fuchsia_virtualaudio::wire::ClockProperties Build ()

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

bool has_domain ()
void clear_domain ()

Clears the domain field.

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

O(number_of_fields) complexity.

int32_t & domain ()

The clock domain is an int32 provided by the clock tree to an audio

driver. special values for `CLOCK_DOMAIN_MONOTONIC` (0), and

`CLOCK_DOMAIN_EXTERNAL` (-1) (not locally controllable) are defined in

`fuchsia.hardware.audio`. Note: other than -1, clients should treat any

negative `clock_domain` value as invalid.

Optional.

BuilderImpl & domain (int32_t elem)

The clock domain is an int32 provided by the clock tree to an audio

driver. special values for `CLOCK_DOMAIN_MONOTONIC` (0), and

`CLOCK_DOMAIN_EXTERNAL` (-1) (not locally controllable) are defined in

`fuchsia.hardware.audio`. Note: other than -1, clients should treat any

negative `clock_domain` value as invalid.

Optional.

bool has_rate_adjustment_ppm ()
void clear_rate_adjustment_ppm ()

Clears the rate_adjustment_ppm field.

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

O(number_of_fields) complexity.

int32_t & rate_adjustment_ppm ()

Rate-adjustment value for this clock. If omitted, treated as 0 ppm.

Optional.

BuilderImpl & rate_adjustment_ppm (int32_t elem)

Rate-adjustment value for this clock. If omitted, treated as 0 ppm.

Optional.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_virtualaudio::wire::ClockProperties, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_virtualaudio::wire::ClockProperties>> && frame)

Records