class ChannelSet

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

The specification of a channel configuration.

Public Methods

void ChannelSet ()

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

void ChannelSet (const ChannelSet & other)

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

ChannelSet & operator= (const ChannelSet & other)

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

void ChannelSet (ChannelSet && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_audio::wire::ChannelSet> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_audio::wire::ChannelSet> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::ChannelSet>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::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.

bool has_attributes ()
ChannelSet & operator= (ChannelSet && other)

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

ChannelSet & set_attributes (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_audio::wire::ChannelAttributes>> elem)
ChannelSet & set_attributes (std::nullptr_t )
ChannelSet & clear_attributes ()
void ChannelSet (::fidl::AnyArena & allocator)
void ChannelSet (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::ChannelSet>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio::wire::ChannelSet>> && frame_ptr)
void ~ChannelSet ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder