class ChannelLayout
Defined at line 226 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/natural_types.h
Expresses the intended assignment of channels in an audio elementary stream.
Public Methods
void ChannelLayout (ChannelLayout && other)
ChannelLayout & operator= (ChannelLayout && other)
void ChannelLayout (const ChannelLayout & other)
ChannelLayout & operator= (const ChannelLayout & other)
bool operator== (const ChannelLayout & other)
bool operator!= (const ChannelLayout & other)
bool IsUnknown ()
::fuchsia_audio::ChannelLayout::Tag Which ()
ChannelLayout WithConfig (::fuchsia_audio::ChannelConfig val)
const ::fidl::internal::UnionMemberView<1, Storage_> config ()
::fidl::internal::UnionMemberView<1, Storage_> config ()
ChannelLayout & config (::fuchsia_audio::ChannelConfig value)
This value describes the assignment of every channel. Channel
configuration must agree with `channel_count`.
void ChannelLayout (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kConfig | 1 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 234 of file fidling/gen/sdk/fidl/fuchsia.audio/fuchsia.audio/cpp/fidl/fuchsia.audio/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits