class ElementPacketStreamFormatSet
Defined at line 2604 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 Packet Stream formats that this element can support.
Public Methods
void ElementPacketStreamFormatSet ()
Defined at line 2606 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
void ElementPacketStreamFormatSet (const ElementPacketStreamFormatSet & other)
Defined at line 2607 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
ElementPacketStreamFormatSet & operator= (const ElementPacketStreamFormatSet & other)
Defined at line 2608 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
void ElementPacketStreamFormatSet (ElementPacketStreamFormatSet && other)
Defined at line 2609 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::ElementPacketStreamFormatSet> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_audio_device::wire::ElementPacketStreamFormatSet> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_device::wire::ElementPacketStreamFormatSet>> 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 a PACKET_STREAM
entry in the list of elements contained in the device's `Info` table.
Required.
bool has_element_id ()
::fidl::VectorView< ::fuchsia_audio_device::wire::PacketStreamSupportedFormats> & format_sets ()
The format sets that this element supports.
Required. Must contain at least one entry.
bool has_format_sets ()
ElementPacketStreamFormatSet & operator= (ElementPacketStreamFormatSet && other)
Defined at line 2610 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
void ~ElementPacketStreamFormatSet ()
Defined at line 2612 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