template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4043 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::ChannelSet Build ()
Build and return the table. The builder should not be used after this.
bool has_attributes ()
void clear_attributes ()
Clears the attributes field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_hardware_audio::wire::ChannelAttributes> & attributes ()
Describes attributes for this channel set.
The size of this vector defines the number of channels supported by this `ChannelSet`.
Each element of the `attributes` vector defines attributes of a single channel.
Required.
BuilderImpl & attributes (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_audio::wire::ChannelAttributes>>> elem)
Describes attributes for this channel set.
The size of this vector defines the number of channels supported by this `ChannelSet`.
Each element of the `attributes` vector defines attributes of a single channel.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_audio::wire::ChannelSet, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::ChannelSet>> && frame)