template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_audio::wire::Compression Build ()

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

bool has_type ()
void clear_type ()

Clears the type field.

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

O(number_of_fields) complexity.

::fuchsia_audio::wire::CompressionType & type ()

The type of compression applied to the stream.

BuilderImpl & type (::fuchsia_audio::wire::CompressionType elem)

The type of compression applied to the stream.

bool has_oob_parameters ()
void clear_oob_parameters ()

Clears the oob_parameters field.

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

O(number_of_fields) complexity.

::fidl::VectorView<uint8_t> & oob_parameters ()

Opaque 'out-of-band' parameters describing the compression of the stream. The format of

this field is a function of the `CompressionType`. It communicates to decoders parameters

that are required to decompress the described stream. Many compression types do not require

this field.

BuilderImpl & oob_parameters (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

Opaque 'out-of-band' parameters describing the compression of the stream. The format of

this field is a function of the `CompressionType`. It communicates to decoders parameters

that are required to decompress the described stream. Many compression types do not require

this field.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_audio::wire::Compression, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio::wire::Compression>> && frame)

Records