template <>

class WireTableBuilder

Defined at line 8202 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::GraphCreateMixerRequest> & name (First && first, Args &&... args_)

Name of this node, used for diagnostics only. See "IDs and names" in the

comments for [`Graph`].

Optional. Empty if not specified.

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

template <typename First = ::fuchsia_audio::wire::Format, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_audio::wire::Format>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_mixer::wire::GraphCreateMixerRequest> & dest_format (First && first, Args &&... args_)

Format of the Mixer's destination stream.

Required.

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

template <typename First = ::fuchsia_audio_mixer::wire::ReferenceClock, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_audio_mixer::wire::ReferenceClock>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_mixer::wire::GraphCreateMixerRequest> & dest_reference_clock (First && first, Args &&... args_)

Clock for this node's destination stream.

Required.

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

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_audio_mixer::wire::GraphCreateMixerRequest> & dest_buffer_frame_count (First && first, Args &&... args_)

Size of the internal mix buffer. This defines the maximum number of

frames that can be mixed at one time.

Optional. If not specified, a default size is used.

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

Friends

template <>
class GraphCreateMixerRequest