class ChannelSet
Defined at line 5206 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h
The specification of a channel configuration.
Public Methods
void ChannelSet (Storage_ storage)
void ChannelSet ()
Defined at line 5211 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h
void ChannelSet (ChannelSet && )
Defined at line 5212 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h
void ChannelSet (const ChannelSet & other)
ChannelSet & operator= (ChannelSet && )
Defined at line 5213 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio/fuchsia.hardware.audio/cpp/fidl/fuchsia.hardware.audio/cpp/natural_types.h
ChannelSet & operator= (const ChannelSet & other)
bool operator== (const ChannelSet & other)
bool operator!= (const ChannelSet & other)
bool IsEmpty ()
const std::optional< ::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.
::std::optional< ::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.
ChannelSet & attributes (std::optional< ::std::vector< ::fuchsia_hardware_audio::ChannelAttributes>> value)
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.
void ChannelSet (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits