template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4669 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/wire_types.h
Public Methods
::fuchsia_audio_device::wire::ElementRingBufferFormatSet Build ()
Build and return the table. The builder should not be used after this.
bool has_element_id ()
void clear_element_id ()
Clears the element_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & element_id ()
The ID of the element being described. This must match an ENDPOINT (RING_BUFFER) entry
in the list of elements contained in the device's `Info` table.
Required.
BuilderImpl & element_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The ID of the element being described. This must match an ENDPOINT (RING_BUFFER) entry
in the list of elements contained in the device's `Info` table.
Required.
bool has_format_sets ()
void clear_format_sets ()
Clears the format_sets field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_audio_device::wire::PcmFormatSet> & format_sets ()
The ring_buffer_format_set entries that this element supports.
Required. Must contain at least one entry.
BuilderImpl & format_sets (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_audio_device::wire::PcmFormatSet>>> elem)
The ring_buffer_format_set entries that this element supports.
Required. Must contain at least one entry.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio_device::wire::ElementRingBufferFormatSet, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_device::wire::ElementRingBufferFormatSet>> && frame)