template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 9107 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::SincSampler Build ()

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

bool has_taps_per_side ()
void clear_taps_per_side ()

Clears the taps_per_side field.

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

O(number_of_fields) complexity.

uint32_t & taps_per_side ()

Number of taps to include on each side of the filter, not counting the

center point. When upsampling, the filter reads from 1 + 2*taps_per_side

source frames to produce each destination frame. When downsampling, this

number is scaled by the downsampling ratio.

Required.

BuilderImpl & taps_per_side (uint32_t elem)

Number of taps to include on each side of the filter, not counting the

center point. When upsampling, the filter reads from 1 + 2*taps_per_side

source frames to produce each destination frame. When downsampling, this

number is scaled by the downsampling ratio.

Required.

bool has_low_pass_frequency ()
void clear_low_pass_frequency ()

Clears the low_pass_frequency field.

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

O(number_of_fields) complexity.

uint32_t & low_pass_frequency ()

Optionally, apply a low-pass filter.

BuilderImpl & low_pass_frequency (uint32_t elem)

Optionally, apply a low-pass filter.

bool has_high_pass_frequency ()
void clear_high_pass_frequency ()

Clears the high_pass_frequency field.

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

O(number_of_fields) complexity.

uint32_t & high_pass_frequency ()

Optionally, apply a high-pass filter.

BuilderImpl & high_pass_frequency (uint32_t elem)

Optionally, apply a high-pass filter.

Protected Methods

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

Records