template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 645 of file fidling/gen/sdk/fidl/fuchsia.hardware.audio.signalprocessing/fuchsia.hardware.audio.signalprocessing/cpp/fidl/fuchsia.hardware.audio.signalprocessing/cpp/wire_types.h
Public Methods
::fuchsia_hardware_audio_signalprocessing::wire::DaiInterconnectElementState Build ()
Build and return the table. The builder should not be used after this.
bool has_plug_state ()
void clear_plug_state ()
Clears the plug_state field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_audio_signalprocessing::wire::PlugState & plug_state ()
The plug state for this DAI interconnect.
Required.
BuilderImpl & plug_state (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_hardware_audio_signalprocessing::wire::PlugState>> elem)
The plug state for this DAI interconnect.
Required.
bool has_external_delay ()
void clear_external_delay ()
Clears the external_delay field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & external_delay ()
The driver's best estimate of the external delay beyond this DAI endpoint, as the pipeline
is currently configured.
`external_delay` must be taken into account by the client when determining the requirements
for minimum lead time (during playback) and minimum capture delay (during capture).
If not included, `external_delay` is unknown; the client may treat it however it chooses
(e.g. consider it zero or some other duration, autodetect it, etc).
Optional. If specified, must be non-negative.
BuilderImpl & external_delay (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
The driver's best estimate of the external delay beyond this DAI endpoint, as the pipeline
is currently configured.
`external_delay` must be taken into account by the client when determining the requirements
for minimum lead time (during playback) and minimum capture delay (during capture).
If not included, `external_delay` is unknown; the client may treat it however it chooses
(e.g. consider it zero or some other duration, autodetect it, etc).
Optional. If specified, must be non-negative.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_audio_signalprocessing::wire::DaiInterconnectElementState, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_audio_signalprocessing::wire::DaiInterconnectElementState>> && frame)