template <>
class WireTableBuilder
Defined at line 5370 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_mixer::wire::ReferenceClock> & name (First && first, Args &&... args_)
Name of this clock, used for diagnostics only. See "IDs and names" in the
comments for [`Graph`].
Optional. If not specified, a default name is derived from whatever node
is using this clock.
Defined at line 5387 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h
Friends
template <>
class ReferenceClock