class GraphCreateThreadRequest

Defined at line 2154 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h

Public Methods

void GraphCreateThreadRequest ()

Defined at line 2156 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h

void GraphCreateThreadRequest (const GraphCreateThreadRequest & other)

Defined at line 2157 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h

GraphCreateThreadRequest & operator= (const GraphCreateThreadRequest & other)

Defined at line 2158 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h

void GraphCreateThreadRequest (GraphCreateThreadRequest && other)

Defined at line 2159 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_audio_mixer::wire::GraphCreateThreadRequest> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_audio_mixer::wire::GraphCreateThreadRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::GraphCreateThreadRequest>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::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.

bool has_name ()
::zx::profile & deadline_profile ()

Deadline profile to apply to this thread.

Optional. If not specified, the thread runs at a normal priority.

bool has_deadline_profile ()
GraphCreateThreadRequest & operator= (GraphCreateThreadRequest && other)

Defined at line 2160 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h

int64_t & period ()

This thread will process audio in batches of size `period`.

Required.

bool has_period ()
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.

bool has_cpu_per_period ()
void ~GraphCreateThreadRequest ()

Defined at line 2162 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder