class ElementDaiFormatSet
Defined at line 3666 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
This table represents the possible Dai formats that this endpoint can support.
Public Methods
void ElementDaiFormatSet ()
Defined at line 3668 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
void ElementDaiFormatSet (const ElementDaiFormatSet & other)
Defined at line 3669 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
ElementDaiFormatSet & operator= (const ElementDaiFormatSet & other)
Defined at line 3670 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
void ElementDaiFormatSet (ElementDaiFormatSet && other)
Defined at line 3671 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_audio_device::wire::ElementDaiFormatSet> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_audio_device::wire::ElementDaiFormatSet> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_device::wire::ElementDaiFormatSet>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
uint64_t & element_id ()
The ID of the element being described. This must match an ENDPOINT (DAI_INTERCONNECT)
entry in the list of elements contained in the device's `Info` table. If describing the
supported DAI formats for a Codec device, this value should be
`DEFAULT_DAI_INTERCONNECT_ELEMENT_ID` (1).
Required.
bool has_element_id ()
::fidl::VectorView< ::fuchsia_hardware_audio::wire::DaiSupportedFormats> & format_sets ()
The dai_format_set entries that this element supports.
Required. Must contain at least one entry.
bool has_format_sets ()
ElementDaiFormatSet & operator= (ElementDaiFormatSet && other)
Defined at line 3672 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
void ~ElementDaiFormatSet ()
Defined at line 3674 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder