template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2258 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h
Public Methods
::fuchsia_audio_mixer::wire::GraphCreateThreadRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
Name of this thread, used for diagnostics only. See "IDs and names" in the
comments for [`Graph`].
Optional. Empty if not specified.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Name of this thread, used for diagnostics only. See "IDs and names" in the
comments for [`Graph`].
Optional. Empty if not specified.
bool has_deadline_profile ()
void clear_deadline_profile ()
Clears the deadline_profile field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::profile & deadline_profile ()
Deadline profile to apply to this thread.
Optional. If not specified, the thread runs at a normal priority.
BuilderImpl & deadline_profile (::zx::profile elem)
Deadline profile to apply to this thread.
Optional. If not specified, the thread runs at a normal priority.
bool has_period ()
void clear_period ()
Clears the period field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & period ()
This thread will process audio in batches of size `period`.
Required.
BuilderImpl & period (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
This thread will process audio in batches of size `period`.
Required.
bool has_cpu_per_period ()
void clear_cpu_per_period ()
Clears the cpu_per_period field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & cpu_per_period ()
This thread is expected to use up to this much CPU time per
`period`. If `deadline_profile` is specified, then `cpu_per_period`
should match the profile's "capacity".
Required.
BuilderImpl & cpu_per_period (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
This thread is expected to use up to this much CPU time per
`period`. If `deadline_profile` is specified, then `cpu_per_period`
should match the profile's "capacity".
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio_mixer::wire::GraphCreateThreadRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::GraphCreateThreadRequest>> && frame)