class ChannelSet

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

The specification of a channel configuration.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::vector< ::fuchsia::hardware::audio::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.

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

bool has_attributes ()

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

::std::vector< ::fuchsia::hardware::audio::ChannelAttributes> * mutable_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.

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

void clear_attributes ()

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

ChannelSet & set_attributes (::std::vector< ::fuchsia::hardware::audio::ChannelAttributes> _value)
void ChannelSet ()
void ChannelSet (ChannelSet && other)
void ~ChannelSet ()
ChannelSet & operator= (ChannelSet && other)
::std::unique_ptr<ChannelSet> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ChannelSet * _value, size_t _offset)
zx_status_t Clone (ChannelSet * _result)