template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fidl::VectorView<::fuchsia_hardware_audio::wire::ChannelAttributes>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_hardware_audio::wire::ChannelAttributes>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_audio::wire::ChannelSet> & attributes (First && first, Args &&... args_)

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.

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

Friends

template <>
class ChannelSet